#D2BD7C

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

Shades of Winter Hazel #D2BD7C

Tints of Winter Hazel #D2BD7C

Color information

#D2BD7C (or 0xD2BD7C) is unknown color: approx Winter Hazel. HEX triplet: D2, BD and 7C. RGB value is (210,189,124). Sum of RGB (Red+Green+Blue) = 210+189+124=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BD7C is #2D4283. Grayscale: #BCBCBC. Windows color (decimal): -2966148 or 8175058. OLE color: 8175058.

HSL color Cylindrical-coordinate representation of color #D2BD7C: hue angle of 45.35º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2BD7C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210189124-
CMYK00.100.410.18
HSL45.35º48.86%65.49%-
HSV(B)45.35º40.95%82.35%-
XYZ48.4151.5526.47-
YUV187.8791.96143.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 124 (48.83% from 255) = 23.71%
R=40.15%
G=36.14%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018912400.100.410.1845.3548.8665.49
HexD2BD7C0A29122d3141
Octal32227517401251225561101
Binary1101001010111101111110001010101001100101011011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BD7C; }

 p { color: rgb(210,189,124); }

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

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

 a { background-color: rgb(210,189,124); }

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

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

 span { border-color: rgb(210,189,124); }

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