Shades of Straw #D9BD8B
Tints of Straw #D9BD8B
RGB
CMYK
RGB Variations
Color information
#D9BD8B (or 0xD9BD8B) is known color: Straw. HEX triplet: D9, BD and 8B. RGB value is (217,189,139). Sum of RGB (Red+Green+Blue) = 217+189+139=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD8B is #264274. Grayscale: #BFBFBF. Windows color (decimal): -2507381 or 9158105. OLE color: 9158105.
HSL color Cylindrical-coordinate representation of color #D9BD8B: hue angle of 38.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9BD8B is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 139 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.15 |
| HSL | 38.46º | 0.51% | 0.7% | - |
| HSV(B) | 38.46º | 0.36% | 0.85% | - |
| XYZ | 51.47 | 53.01 | 31.95 | - |
| YUV | 191.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 139 | 0 | 0.13 | 0.36 | 0.15 | 38.46 | 0.51 | 0.7 |
| Hex | D9 | BD | 8B | 0 | D | 24 | F | 26 | 33 | 46 |
| Octal | 331 | 275 | 213 | 0 | 15 | 44 | 17 | 46 | 63 | 106 |
| Binary | 11011001 | 10111101 | 10001011 | 0 | 1101 | 100100 | 1111 | 100110 | 110011 | 1000110 |
Color Harmonies of #D9BD8B
Complementary color
Monochromatic Colors of #D9BD8B
Black with #D9BD8B
Text Example
Text Example
White with #D9BD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD8B; }
p { color: rgb(217,189,139); }
H1.HeaderClassName
{
color: #D9BD8B;
}
.AnyTagClassName
{
color: #D9BD8B;
}
</style>
background-color css
<style>
a { background-color: #D9BD8B; }
a { background-color: rgb(217,189,139); }
div.DivClassName
{
background-color: #D9BD8B;
}
.BgClassName
{
background-color: #D9BD8B;
}
</style>
border-color css
<style>
span { border-color: #D9BD8B; }
span { border-color: rgb(217,189,139); }
td.TdClassName
{
border-color: #D9BD8B;
}
.TagClassName
{
border-color: #D9BD8B;
}
</style>