#CDC127

Color #CDC127 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CDC127

Tints of Barberry #CDC127

Color information

#CDC127 (or 0xCDC127) is unknown color: approx Barberry. HEX triplet: CD, C1 and 27. RGB value is (205,193,39). Sum of RGB (Red+Green+Blue) = 205+193+39=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC127 is #323ED8. Grayscale: #B3B3B3. Windows color (decimal): -3292889 or 2605517. OLE color: 2605517.

HSL color Cylindrical-coordinate representation of color #CDC127: hue angle of 55.66º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDC127 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB20519339-
CMYK00.060.810.20
HSL55.66º68.03%47.84%-
HSV(B)55.66º80.98%80.39%-
XYZ44.6151.279.46-
YUV179.0348.98146.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 193 (75.78% from 255) = 44.16%
BLUE value IS 39 (15.62% from 255) = 8.92%
R=46.91%
G=44.16%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051933900.060.810.2055.6668.0347.84
HexCDC127065114384430
Octal3153014706121247010460
Binary110011011100000110011101101010001101001110001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC127; }

 p { color: rgb(205,193,39); }

 H1.HeaderClassName
 {
   color: #CDC127;
 }
 .AnyTagClassName
 {
   color: #CDC127;
 }
</style>
background-color css

<style>
 a { background-color: #CDC127; }

 a { background-color: rgb(205,193,39); }

 div.DivClassName
 {
   background-color: #CDC127;
 }
 .BgClassName
 {
   background-color: #CDC127;
 }
</style>
border-color css

<style>
 span { border-color: #CDC127; }

 span { border-color: rgb(205,193,39); }

 td.TdClassName
 {
   border-color: #CDC127;
 }
 .TagClassName
 {
   border-color: #CDC127;
 }
</style>