Shades of Straw #D8BA87
Tints of Straw #D8BA87
RGB
CMYK
RGB Variations
Color information
#D8BA87 (or 0xD8BA87) is known color: Straw. HEX triplet: D8, BA and 87. RGB value is (216,186,135). Sum of RGB (Red+Green+Blue) = 216+186+135=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA87 is #274578. Grayscale: #BDBDBD. Windows color (decimal): -2573689 or 8895192. OLE color: 8895192.
HSL color Cylindrical-coordinate representation of color #D8BA87: hue angle of 37.78º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8BA87 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 135 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.15 |
| HSL | 37.78º | 0.51% | 0.69% | - |
| HSV(B) | 37.78º | 0.38% | 0.85% | - |
| XYZ | 50.25 | 51.47 | 30.21 | - |
| YUV | 189.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 135 | 0 | 0.14 | 0.38 | 0.15 | 37.78 | 0.51 | 0.69 |
| Hex | D8 | BA | 87 | 0 | E | 26 | F | 26 | 33 | 45 |
| Octal | 330 | 272 | 207 | 0 | 16 | 46 | 17 | 46 | 63 | 105 |
| Binary | 11011000 | 10111010 | 10000111 | 0 | 1110 | 100110 | 1111 | 100110 | 110011 | 1000101 |
Color Harmonies of #D8BA87
Complementary color
Monochromatic Colors of #D8BA87
Black with #D8BA87
Text Example
Text Example
White with #D8BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA87; }
p { color: rgb(216,186,135); }
H1.HeaderClassName
{
color: #D8BA87;
}
.AnyTagClassName
{
color: #D8BA87;
}
</style>
background-color css
<style>
a { background-color: #D8BA87; }
a { background-color: rgb(216,186,135); }
div.DivClassName
{
background-color: #D8BA87;
}
.BgClassName
{
background-color: #D8BA87;
}
</style>
border-color css
<style>
span { border-color: #D8BA87; }
span { border-color: rgb(216,186,135); }
td.TdClassName
{
border-color: #D8BA87;
}
.TagClassName
{
border-color: #D8BA87;
}
</style>