#CDC474

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

Shades of Winter Hazel #CDC474

Tints of Winter Hazel #CDC474

Color information

#CDC474 (or 0xCDC474) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 74. RGB value is (205,196,116). Sum of RGB (Red+Green+Blue) = 205+196+116=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC474 is #323B8B. Grayscale: #BDBDBD. Windows color (decimal): -3292044 or 7652557. OLE color: 7652557.

HSL color Cylindrical-coordinate representation of color #CDC474: hue angle of 53.93º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDC474 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205196116-
CMYK00.040.430.20
HSL53.93º47.09%62.94%-
HSV(B)53.93º43.41%80.39%-
XYZ48.0753.7224.36-
YUV189.5786.48139-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=39.65%
G=37.91%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519611600.040.430.2053.9347.0962.94
HexCDC474042B14362f3f
Octal315304164045324665777
Binary11001101110001001110100010010101110100110110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC474; }

 p { color: rgb(205,196,116); }

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

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

 a { background-color: rgb(205,196,116); }

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

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

 span { border-color: rgb(205,196,116); }

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