#D2BF7F

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

Shades of Winter Hazel #D2BF7F

Tints of Winter Hazel #D2BF7F

Color information

#D2BF7F (or 0xD2BF7F) is unknown color: approx Winter Hazel. HEX triplet: D2, BF and 7F. RGB value is (210,191,127). Sum of RGB (Red+Green+Blue) = 210+191+127=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF7F is #2D4080. Grayscale: #BDBDBD. Windows color (decimal): -2965633 or 8372178. OLE color: 8372178.

HSL color Cylindrical-coordinate representation of color #D2BF7F: hue angle of 46.27º 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 #D2BF7F is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB210191127-
CMYK00.090.400.18
HSL46.27º47.98%66.08%-
HSV(B)46.27º39.52%82.35%-
XYZ49.0452.527.63-
YUV189.3892.79142.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 127 (50% from 255) = 24.05%
R=39.77%
G=36.17%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019112700.090.400.1846.2747.9866.08
HexD2BF7F0928122e3042
Octal32227717701150225660102
Binary1101001010111111111111101001101000100101011101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BF7F; }

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

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

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

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

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

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

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

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