#CDC673

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

Shades of Winter Hazel #CDC673

Tints of Winter Hazel #CDC673

Color information

#CDC673 (or 0xCDC673) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 73. RGB value is (205,198,115). Sum of RGB (Red+Green+Blue) = 205+198+115=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC673 is #32398C. Grayscale: #BEBEBE. Windows color (decimal): -3291533 or 7587533. OLE color: 7587533.

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

Color convert

RGB205198115-
CMYK00.030.440.20
HSL55.33º47.37%62.75%-
HSV(B)55.33º43.9%80.39%-
XYZ48.4754.6124.21-
YUV190.6385.32138.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 198 (77.73% from 255) = 38.22%
BLUE value IS 115 (45.31% from 255) = 22.20%
R=39.58%
G=38.22%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519811500.030.440.2055.3347.3762.75
HexCDC673032C14372f3f
Octal315306163035424675777
Binary1100110111000110111001101110110010100110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC673; }

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

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

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

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

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

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

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

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