#CDC07F

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

Shades of Winter Hazel #CDC07F

Tints of Winter Hazel #CDC07F

Color information

#CDC07F (or 0xCDC07F) is unknown color: approx Winter Hazel. HEX triplet: CD, C0 and 7F. RGB value is (205,192,127). Sum of RGB (Red+Green+Blue) = 205+192+127=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC07F is #323F80. Grayscale: #BCBCBC. Windows color (decimal): -3293057 or 8372429. OLE color: 8372429.

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

Color convert

RGB205192127-
CMYK00.060.380.20
HSL50º43.82%65.1%-
HSV(B)50º38.05%80.39%-
XYZ47.8652.2127.63-
YUV188.4893.31139.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 127 (50% from 255) = 24.24%
R=39.12%
G=36.64%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519212700.060.380.205043.8265.1
HexCDC07F062614322c41
Octal3153001770646246254101
Binary110011011100000011111110110100110101001100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC07F; }

 p { color: rgb(205,192,127); }

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

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

 a { background-color: rgb(205,192,127); }

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

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

 span { border-color: rgb(205,192,127); }

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