#D1BF7B

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

Shades of Winter Hazel #D1BF7B

Tints of Winter Hazel #D1BF7B

Color information

#D1BF7B (or 0xD1BF7B) is unknown color: approx Winter Hazel. HEX triplet: D1, BF and 7B. RGB value is (209,191,123). Sum of RGB (Red+Green+Blue) = 209+191+123=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BF7B is #2E4084. Grayscale: #BCBCBC. Windows color (decimal): -3031173 or 8110033. OLE color: 8110033.

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

Color convert

RGB209191123-
CMYK00.090.410.18
HSL47.44º48.31%65.1%-
HSV(B)47.44º41.15%81.96%-
XYZ48.552.2526.27-
YUV188.6390.96142.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 123 (48.44% from 255) = 23.52%
R=39.96%
G=36.52%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919112300.090.410.1847.4448.3165.1
HexD1BF7B0929122f3041
Octal32127717301151225760101
Binary1101000110111111111101101001101001100101011111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BF7B; }

 p { color: rgb(209,191,123); }

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

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

 a { background-color: rgb(209,191,123); }

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

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

 span { border-color: rgb(209,191,123); }

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