Shades of Straw #D9BD89
Tints of Straw #D9BD89
RGB
CMYK
RGB Variations
Color information
#D9BD89 (or 0xD9BD89) is known color: Straw. HEX triplet: D9, BD and 89. RGB value is (217,189,137). Sum of RGB (Red+Green+Blue) = 217+189+137=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD89 is #264276. Grayscale: #BFBFBF. Windows color (decimal): -2507383 or 9027033. OLE color: 9027033.
HSL color Cylindrical-coordinate representation of color #D9BD89: hue angle of 39º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9BD89 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 137 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.15 |
| HSL | 39º | 0.51% | 0.69% | - |
| HSV(B) | 39º | 0.37% | 0.85% | - |
| XYZ | 51.33 | 52.95 | 31.18 | - |
| YUV | 191.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 137 | 0 | 0.13 | 0.37 | 0.15 | 39 | 0.51 | 0.69 |
| Hex | D9 | BD | 89 | 0 | D | 25 | F | 27 | 33 | 45 |
| Octal | 331 | 275 | 211 | 0 | 15 | 45 | 17 | 47 | 63 | 105 |
| Binary | 11011001 | 10111101 | 10001001 | 0 | 1101 | 100101 | 1111 | 100111 | 110011 | 1000101 |
Color Harmonies of #D9BD89
Complementary color
Monochromatic Colors of #D9BD89
Black with #D9BD89
Text Example
Text Example
White with #D9BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD89; }
p { color: rgb(217,189,137); }
H1.HeaderClassName
{
color: #D9BD89;
}
.AnyTagClassName
{
color: #D9BD89;
}
</style>
background-color css
<style>
a { background-color: #D9BD89; }
a { background-color: rgb(217,189,137); }
div.DivClassName
{
background-color: #D9BD89;
}
.BgClassName
{
background-color: #D9BD89;
}
</style>
border-color css
<style>
span { border-color: #D9BD89; }
span { border-color: rgb(217,189,137); }
td.TdClassName
{
border-color: #D9BD89;
}
.TagClassName
{
border-color: #D9BD89;
}
</style>