Shades of Straw #D9BF8D
Tints of Straw #D9BF8D
RGB
CMYK
RGB Variations
Color information
#D9BF8D (or 0xD9BF8D) is known color: Straw. HEX triplet: D9, BF and 8D. RGB value is (217,191,141). Sum of RGB (Red+Green+Blue) = 217+191+141=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF8D is #264072. Grayscale: #C1C1C1. Windows color (decimal): -2506867 or 9289689. OLE color: 9289689.
HSL color Cylindrical-coordinate representation of color #D9BF8D: hue angle of 39.47º 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 #D9BF8D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 141 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.15 |
| HSL | 39.47º | 0.5% | 0.7% | - |
| HSV(B) | 39.47º | 0.35% | 0.85% | - |
| XYZ | 52.05 | 53.94 | 32.87 | - |
| YUV | 193.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 141 | 0 | 0.12 | 0.35 | 0.15 | 39.47 | 0.5 | 0.7 |
| Hex | D9 | BF | 8D | 0 | C | 23 | F | 27 | 32 | 46 |
| Octal | 331 | 277 | 215 | 0 | 14 | 43 | 17 | 47 | 62 | 106 |
| Binary | 11011001 | 10111111 | 10001101 | 0 | 1100 | 100011 | 1111 | 100111 | 110010 | 1000110 |
Color Harmonies of #D9BF8D
Complementary color
Monochromatic Colors of #D9BF8D
Black with #D9BF8D
Text Example
Text Example
White with #D9BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF8D; }
p { color: rgb(217,191,141); }
H1.HeaderClassName
{
color: #D9BF8D;
}
.AnyTagClassName
{
color: #D9BF8D;
}
</style>
background-color css
<style>
a { background-color: #D9BF8D; }
a { background-color: rgb(217,191,141); }
div.DivClassName
{
background-color: #D9BF8D;
}
.BgClassName
{
background-color: #D9BF8D;
}
</style>
border-color css
<style>
span { border-color: #D9BF8D; }
span { border-color: rgb(217,191,141); }
td.TdClassName
{
border-color: #D9BF8D;
}
.TagClassName
{
border-color: #D9BF8D;
}
</style>