#CDC77C

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

Shades of Winter Hazel #CDC77C

Tints of Winter Hazel #CDC77C

Color information

#CDC77C (or 0xCDC77C) is unknown color: approx Winter Hazel. HEX triplet: CD, C7 and 7C. RGB value is (205,199,124). Sum of RGB (Red+Green+Blue) = 205+199+124=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC77C is #323883. Grayscale: #C0C0C0. Windows color (decimal): -3291268 or 8177613. OLE color: 8177613.

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

Color convert

RGB205199124-
CMYK00.030.400.20
HSL55.56º44.75%64.51%-
HSV(B)55.56º39.51%80.39%-
XYZ49.2455.2827.14-
YUV192.2489.49137.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 124 (48.83% from 255) = 23.48%
R=38.83%
G=37.69%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519912400.030.400.2055.5644.7564.51
HexCDC77C032814382d41
Octal3153071740350247055101
Binary11001101110001111111100011101000101001110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC77C; }

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

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

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

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

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

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

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

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