#D2C884

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

Shades of Winter Hazel #D2C884

Tints of Winter Hazel #D2C884

Color information

#D2C884 (or 0xD2C884) is unknown color: approx Winter Hazel. HEX triplet: D2, C8 and 84. RGB value is (210,200,132). Sum of RGB (Red+Green+Blue) = 210+200+132=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C884 is #2D377B. Grayscale: #C3C3C3. Windows color (decimal): -2963324 or 8702162. OLE color: 8702162.

HSL color Cylindrical-coordinate representation of color #D2C884: hue angle of 52.31º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2C884 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB210200132-
CMYK00.050.370.18
HSL52.31º46.43%67.06%-
HSV(B)52.31º37.14%82.35%-
XYZ51.456.6830.06-
YUV195.2492.31138.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 132 (51.95% from 255) = 24.35%
R=38.75%
G=36.90%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020013200.050.370.1852.3146.4367.06
HexD2C884052512342e43
Octal3223102040545226456103
Binary1101001011001000100001000101100101100101101001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C884; }

 p { color: rgb(210,200,132); }

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

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

 a { background-color: rgb(210,200,132); }

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

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

 span { border-color: rgb(210,200,132); }

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