Html Css Color HEX #D1BF8E Winter Hazel

📋 copy color: '#D1BF8E'

red 209 ◦ green 191 ◦ blue 142

#D1BF8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #D1BF8E

Tints of Winter Hazel #D1BF8E

RGB

 RED value IS 209 (82.03% from 255) = 38.56%

 GREEN value IS 191 (75% from 255) = 35.24%

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 38.56%
G = 35.24%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1BF8E (or 0xD1BF8E) is known color: Winter Hazel. HEX triplet: D1, BF and 8E. RGB value is (209,191,142). Sum of RGB (Red+Green+Blue) = 209+191+142=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BF8E is #2E4071. Grayscale: #BFBFBF. Windows color (decimal): -3031154 or 9355217. OLE color: 9355217.

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

Color convert

RGB 209 191 142 -
CMYK 0 0.09 0.32 0.18
HSL 43.88º 0.42% 0.69% -
HSV(B) 43.88º 0.32% 0.82% -
XYZ 49.81 52.77 33.15 -
YUV 190.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 209 191 142 0 0.09 0.32 0.18 43.88 0.42 0.69
Hex D1 BF 8E 0 9 20 12 2C 2A 45
Octal 321 277 216 0 11 40 22 54 52 105
Binary 11010001 10111111 10001110 0 1001 100000 10010 101100 101010 1000101

Color Harmonies of #D1BF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BF8E

Black with #D1BF8E

Text Example


Text Example

White with #D1BF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BF8E; }

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

 H1.HeaderClassName
 {
   color: #D1BF8E;
 }
 .AnyTagClassName
 {
   color: #D1BF8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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