Shades of Straw #D8BE87
Tints of Straw #D8BE87
RGB
CMYK
RGB Variations
Color information
#D8BE87 (or 0xD8BE87) is known color: Straw. HEX triplet: D8, BE and 87. RGB value is (216,190,135). Sum of RGB (Red+Green+Blue) = 216+190+135=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BE87 is #274178. Grayscale: #BFBFBF. Windows color (decimal): -2572665 or 8896216. OLE color: 8896216.
HSL color Cylindrical-coordinate representation of color #D8BE87: hue angle of 40.74º 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 #D8BE87 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 135 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.15 |
| HSL | 40.74º | 0.51% | 0.69% | - |
| HSV(B) | 40.74º | 0.38% | 0.85% | - |
| XYZ | 51.11 | 53.18 | 30.49 | - |
| YUV | 191.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 135 | 0 | 0.12 | 0.38 | 0.15 | 40.74 | 0.51 | 0.69 |
| Hex | D8 | BE | 87 | 0 | C | 26 | F | 29 | 33 | 45 |
| Octal | 330 | 276 | 207 | 0 | 14 | 46 | 17 | 51 | 63 | 105 |
| Binary | 11011000 | 10111110 | 10000111 | 0 | 1100 | 100110 | 1111 | 101001 | 110011 | 1000101 |
Color Harmonies of #D8BE87
Complementary color
Monochromatic Colors of #D8BE87
Black with #D8BE87
Text Example
Text Example
White with #D8BE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE87; }
p { color: rgb(216,190,135); }
H1.HeaderClassName
{
color: #D8BE87;
}
.AnyTagClassName
{
color: #D8BE87;
}
</style>
background-color css
<style>
a { background-color: #D8BE87; }
a { background-color: rgb(216,190,135); }
div.DivClassName
{
background-color: #D8BE87;
}
.BgClassName
{
background-color: #D8BE87;
}
</style>
border-color css
<style>
span { border-color: #D8BE87; }
span { border-color: rgb(216,190,135); }
td.TdClassName
{
border-color: #D8BE87;
}
.TagClassName
{
border-color: #D8BE87;
}
</style>