#D2C389

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

Shades of Winter Hazel #D2C389

Tints of Winter Hazel #D2C389

Color information

#D2C389 (or 0xD2C389) is unknown color: approx Winter Hazel. HEX triplet: D2, C3 and 89. RGB value is (210,195,137). Sum of RGB (Red+Green+Blue) = 210+195+137=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C389 is #2D3C76. Grayscale: #C1C1C1. Windows color (decimal): -2964599 or 9028562. OLE color: 9028562.

HSL color Cylindrical-coordinate representation of color #D2C389: hue angle of 47.67º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2C389 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB210195137-
CMYK00.070.350.18
HSL47.67º44.79%68.04%-
HSV(B)47.67º34.76%82.35%-
XYZ50.6154.5431.53-
YUV192.8796.47140.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 137 (53.91% from 255) = 25.28%
R=38.75%
G=35.98%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019513700.070.350.1847.6744.7968.04
HexD2C389072312302d44
Octal3223032110743226055104
Binary1101001011000011100010010111100011100101100001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C389; }

 p { color: rgb(210,195,137); }

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

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

 a { background-color: rgb(210,195,137); }

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

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

 span { border-color: rgb(210,195,137); }

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