Shades of Straw #D9BF8C
Tints of Straw #D9BF8C
RGB
CMYK
RGB Variations
Color information
#D9BF8C (or 0xD9BF8C) is known color: Straw. HEX triplet: D9, BF and 8C. RGB value is (217,191,140). Sum of RGB (Red+Green+Blue) = 217+191+140=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF8C is #264073. Grayscale: #C1C1C1. Windows color (decimal): -2506868 or 9224153. OLE color: 9224153.
HSL color Cylindrical-coordinate representation of color #D9BF8C: hue angle of 39.74º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9BF8C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 140 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.15 |
| HSL | 39.74º | 0.5% | 0.7% | - |
| HSV(B) | 39.74º | 0.35% | 0.85% | - |
| XYZ | 51.98 | 53.91 | 32.48 | - |
| YUV | 192.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 140 | 0 | 0.12 | 0.35 | 0.15 | 39.74 | 0.5 | 0.7 |
| Hex | D9 | BF | 8C | 0 | C | 23 | F | 28 | 32 | 46 |
| Octal | 331 | 277 | 214 | 0 | 14 | 43 | 17 | 50 | 62 | 106 |
| Binary | 11011001 | 10111111 | 10001100 | 0 | 1100 | 100011 | 1111 | 101000 | 110010 | 1000110 |
Color Harmonies of #D9BF8C
Complementary color
Monochromatic Colors of #D9BF8C
Black with #D9BF8C
Text Example
Text Example
White with #D9BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF8C; }
p { color: rgb(217,191,140); }
H1.HeaderClassName
{
color: #D9BF8C;
}
.AnyTagClassName
{
color: #D9BF8C;
}
</style>
background-color css
<style>
a { background-color: #D9BF8C; }
a { background-color: rgb(217,191,140); }
div.DivClassName
{
background-color: #D9BF8C;
}
.BgClassName
{
background-color: #D9BF8C;
}
</style>
border-color css
<style>
span { border-color: #D9BF8C; }
span { border-color: rgb(217,191,140); }
td.TdClassName
{
border-color: #D9BF8C;
}
.TagClassName
{
border-color: #D9BF8C;
}
</style>