#D2C58C

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

Shades of Winter Hazel #D2C58C

Tints of Winter Hazel #D2C58C

Color information

#D2C58C (or 0xD2C58C) is unknown color: approx Winter Hazel. HEX triplet: D2, C5 and 8C. RGB value is (210,197,140). Sum of RGB (Red+Green+Blue) = 210+197+140=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C58C is #2D3A73. Grayscale: #C2C2C2. Windows color (decimal): -2964084 or 9225682. OLE color: 9225682.

HSL color Cylindrical-coordinate representation of color #D2C58C: hue angle of 48.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2C58C is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210197140-
CMYK00.060.330.18
HSL48.86º43.75%68.63%-
HSV(B)48.86º33.33%82.35%-
XYZ51.2855.5332.83-
YUV194.3997.31139.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 140 (55.08% from 255) = 25.59%
R=38.39%
G=36.01%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019714000.060.330.1848.8643.7568.63
HexD2C58C062112312c45
Octal3223052140641226154105
Binary1101001011000101100011000110100001100101100011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C58C; }

 p { color: rgb(210,197,140); }

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

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

 a { background-color: rgb(210,197,140); }

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

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

 span { border-color: rgb(210,197,140); }

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