Shades of Straw #D8BD89
Tints of Straw #D8BD89
RGB
CMYK
RGB Variations
Color information
#D8BD89 (or 0xD8BD89) is known color: Straw. HEX triplet: D8, BD and 89. RGB value is (216,189,137). Sum of RGB (Red+Green+Blue) = 216+189+137=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BD89 is #274276. Grayscale: #BFBFBF. Windows color (decimal): -2572919 or 9027032. OLE color: 9027032.
HSL color Cylindrical-coordinate representation of color #D8BD89: hue angle of 39.49º degrees, saturation: 0.5, 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 #D8BD89 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 137 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.15 |
| HSL | 39.49º | 0.5% | 0.69% | - |
| HSV(B) | 39.49º | 0.37% | 0.85% | - |
| XYZ | 51.03 | 52.8 | 31.17 | - |
| YUV | 191.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 137 | 0 | 0.12 | 0.37 | 0.15 | 39.49 | 0.5 | 0.69 |
| Hex | D8 | BD | 89 | 0 | C | 25 | F | 27 | 32 | 45 |
| Octal | 330 | 275 | 211 | 0 | 14 | 45 | 17 | 47 | 62 | 105 |
| Binary | 11011000 | 10111101 | 10001001 | 0 | 1100 | 100101 | 1111 | 100111 | 110010 | 1000101 |
Color Harmonies of #D8BD89
Complementary color
Monochromatic Colors of #D8BD89
Black with #D8BD89
Text Example
Text Example
White with #D8BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD89; }
p { color: rgb(216,189,137); }
H1.HeaderClassName
{
color: #D8BD89;
}
.AnyTagClassName
{
color: #D8BD89;
}
</style>
background-color css
<style>
a { background-color: #D8BD89; }
a { background-color: rgb(216,189,137); }
div.DivClassName
{
background-color: #D8BD89;
}
.BgClassName
{
background-color: #D8BD89;
}
</style>
border-color css
<style>
span { border-color: #D8BD89; }
span { border-color: rgb(216,189,137); }
td.TdClassName
{
border-color: #D8BD89;
}
.TagClassName
{
border-color: #D8BD89;
}
</style>