#CDC777

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

Shades of Winter Hazel #CDC777

Tints of Winter Hazel #CDC777

Color information

#CDC777 (or 0xCDC777) is unknown color: approx Winter Hazel. HEX triplet: CD, C7 and 77. RGB value is (205,199,119). Sum of RGB (Red+Green+Blue) = 205+199+119=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC777 is #323888. Grayscale: #C0C0C0. Windows color (decimal): -3291273 or 7849933. OLE color: 7849933.

HSL color Cylindrical-coordinate representation of color #CDC777: hue angle of 55.81º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDC777 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB205199119-
CMYK00.030.420.20
HSL55.81º46.24%63.53%-
HSV(B)55.81º41.95%80.39%-
XYZ48.9355.1625.52-
YUV191.6786.99137.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 199 (78.12% from 255) = 38.05%
BLUE value IS 119 (46.88% from 255) = 22.75%
R=39.20%
G=38.05%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519911900.030.420.2055.8146.2463.53
HexCDC777032A14382e40
Octal3153071670352247056100
Binary11001101110001111110111011101010101001110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC777; }

 p { color: rgb(205,199,119); }

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

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

 a { background-color: rgb(205,199,119); }

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

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

 span { border-color: rgb(205,199,119); }

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