Shades of Straw #D8BF89
Tints of Straw #D8BF89
RGB
CMYK
RGB Variations
Color information
#D8BF89 (or 0xD8BF89) is known color: Straw. HEX triplet: D8, BF and 89. RGB value is (216,191,137). Sum of RGB (Red+Green+Blue) = 216+191+137=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BF89 is #274076. Grayscale: #C0C0C0. Windows color (decimal): -2572407 or 9027544. OLE color: 9027544.
HSL color Cylindrical-coordinate representation of color #D8BF89: hue angle of 41.01º 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 #D8BF89 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 137 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.15 |
| HSL | 41.01º | 0.5% | 0.69% | - |
| HSV(B) | 41.01º | 0.37% | 0.85% | - |
| XYZ | 51.47 | 53.67 | 31.31 | - |
| YUV | 192.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 137 | 0 | 0.12 | 0.37 | 0.15 | 41.01 | 0.5 | 0.69 |
| Hex | D8 | BF | 89 | 0 | C | 25 | F | 29 | 32 | 45 |
| Octal | 330 | 277 | 211 | 0 | 14 | 45 | 17 | 51 | 62 | 105 |
| Binary | 11011000 | 10111111 | 10001001 | 0 | 1100 | 100101 | 1111 | 101001 | 110010 | 1000101 |
Color Harmonies of #D8BF89
Complementary color
Monochromatic Colors of #D8BF89
Black with #D8BF89
Text Example
Text Example
White with #D8BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF89; }
p { color: rgb(216,191,137); }
H1.HeaderClassName
{
color: #D8BF89;
}
.AnyTagClassName
{
color: #D8BF89;
}
</style>
background-color css
<style>
a { background-color: #D8BF89; }
a { background-color: rgb(216,191,137); }
div.DivClassName
{
background-color: #D8BF89;
}
.BgClassName
{
background-color: #D8BF89;
}
</style>
border-color css
<style>
span { border-color: #D8BF89; }
span { border-color: rgb(216,191,137); }
td.TdClassName
{
border-color: #D8BF89;
}
.TagClassName
{
border-color: #D8BF89;
}
</style>