#CDC677

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

Shades of Winter Hazel #CDC677

Tints of Winter Hazel #CDC677

Color information

#CDC677 (or 0xCDC677) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 77. RGB value is (205,198,119). Sum of RGB (Red+Green+Blue) = 205+198+119=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC677 is #323988. Grayscale: #BFBFBF. Windows color (decimal): -3291529 or 7849677. OLE color: 7849677.

HSL color Cylindrical-coordinate representation of color #CDC677: hue angle of 55.12º 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 #CDC677 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB205198119-
CMYK00.030.420.20
HSL55.12º46.24%63.53%-
HSV(B)55.12º41.95%80.39%-
XYZ48.754.725.44-
YUV191.0987.32137.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 198 (77.73% from 255) = 37.93%
BLUE value IS 119 (46.88% from 255) = 22.80%
R=39.27%
G=37.93%
B=22.80%

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
Decimal20519811900.030.420.2055.1246.2463.53
HexCDC677032A14372e40
Octal3153061670352246756100
Binary11001101110001101110111011101010101001101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC677; }

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

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

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

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

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

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

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

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