#CDC774

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

Shades of Winter Hazel #CDC774

Tints of Winter Hazel #CDC774

Color information

#CDC774 (or 0xCDC774) is unknown color: approx Winter Hazel. HEX triplet: CD, C7 and 74. RGB value is (205,199,116). Sum of RGB (Red+Green+Blue) = 205+199+116=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC774 is #32388B. Grayscale: #BFBFBF. Windows color (decimal): -3291276 or 7653325. OLE color: 7653325.

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

Color convert

RGB205199116-
CMYK00.030.430.20
HSL55.96º47.09%62.94%-
HSV(B)55.96º43.41%80.39%-
XYZ48.7555.0924.59-
YUV191.3385.49137.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 199 (78.12% from 255) = 38.27%
BLUE value IS 116 (45.70% from 255) = 22.31%
R=39.42%
G=38.27%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519911600.030.430.2055.9647.0962.94
HexCDC774032B14382f3f
Octal315307164035324705777
Binary1100110111000111111010001110101110100111000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC774; }

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

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

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

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

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

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

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

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