#CDC07A

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

Shades of Winter Hazel #CDC07A

Tints of Winter Hazel #CDC07A

Color information

#CDC07A (or 0xCDC07A) is unknown color: approx Winter Hazel. HEX triplet: CD, C0 and 7A. RGB value is (205,192,122). Sum of RGB (Red+Green+Blue) = 205+192+122=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC07A is #323F85. Grayscale: #BCBCBC. Windows color (decimal): -3293062 or 8044749. OLE color: 8044749.

HSL color Cylindrical-coordinate representation of color #CDC07A: hue angle of 50.6º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDC07A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205192122-
CMYK00.060.400.20
HSL50.6º45.36%64.12%-
HSV(B)50.6º40.49%80.39%-
XYZ47.5452.0825.96-
YUV187.9190.81140.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 192 (75.39% from 255) = 36.99%
BLUE value IS 122 (48.05% from 255) = 23.51%
R=39.50%
G=36.99%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519212200.060.400.2050.645.3664.12
HexCDC07A062814332d40
Octal3153001720650246355100
Binary110011011100000011110100110101000101001100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC07A; }

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

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

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

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

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

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

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

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