#D2BF7E

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

Shades of Winter Hazel #D2BF7E

Tints of Winter Hazel #D2BF7E

Color information

#D2BF7E (or 0xD2BF7E) is unknown color: approx Winter Hazel. HEX triplet: D2, BF and 7E. RGB value is (210,191,126). Sum of RGB (Red+Green+Blue) = 210+191+126=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF7E is #2D4081. Grayscale: #BDBDBD. Windows color (decimal): -2965634 or 8306642. OLE color: 8306642.

HSL color Cylindrical-coordinate representation of color #D2BF7E: hue angle of 46.43º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2BF7E is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB210191126-
CMYK00.090.40.18
HSL46.43º48.28%65.88%-
HSV(B)46.43º40%82.35%-
XYZ48.9852.4727.29-
YUV189.2792.29142.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 126 (49.61% from 255) = 23.91%
R=39.85%
G=36.24%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019112600.090.40.1846.4348.2865.88
HexD2BF7E0928122e3042
Octal32227717601150225660102
Binary1101001010111111111111001001101000100101011101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BF7E; }

 p { color: rgb(210,191,126); }

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

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

 a { background-color: rgb(210,191,126); }

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

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

 span { border-color: rgb(210,191,126); }

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