#CDC074

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

Shades of Winter Hazel #CDC074

Tints of Winter Hazel #CDC074

Color information

#CDC074 (or 0xCDC074) is unknown color: approx Winter Hazel. HEX triplet: CD, C0 and 74. RGB value is (205,192,116). Sum of RGB (Red+Green+Blue) = 205+192+116=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC074 is #323F8B. Grayscale: #BBBBBB. Windows color (decimal): -3293068 or 7651533. OLE color: 7651533.

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

Color convert

RGB205192116-
CMYK00.060.430.20
HSL51.24º47.09%62.94%-
HSV(B)51.24º43.41%80.39%-
XYZ47.1851.9424.06-
YUV187.2287.81140.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 116 (45.70% from 255) = 22.61%
R=39.96%
G=37.43%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519211600.060.430.2051.2447.0962.94
HexCDC074062B14332f3f
Octal315300164065324635777
Binary11001101110000001110100011010101110100110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC074; }

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

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

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

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

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

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

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

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