Shades of Straw #D4B987
Tints of Straw #D4B987
RGB
CMYK
RGB Variations
Color information
#D4B987 (or 0xD4B987) is known color: Straw. HEX triplet: D4, B9 and 87. RGB value is (212,185,135). Sum of RGB (Red+Green+Blue) = 212+185+135=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B987 is #2B4678. Grayscale: #BBBBBB. Windows color (decimal): -2836089 or 8894932. OLE color: 8894932.
HSL color Cylindrical-coordinate representation of color #D4B987: hue angle of 38.96º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4B987 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 135 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.17 |
| HSL | 38.96º | 0.47% | 0.68% | - |
| HSV(B) | 38.96º | 0.36% | 0.83% | - |
| XYZ | 48.87 | 50.44 | 30.08 | - |
| YUV | 187.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 135 | 0 | 0.13 | 0.36 | 0.17 | 38.96 | 0.47 | 0.68 |
| Hex | D4 | B9 | 87 | 0 | D | 24 | 11 | 27 | 2F | 44 |
| Octal | 324 | 271 | 207 | 0 | 15 | 44 | 21 | 47 | 57 | 104 |
| Binary | 11010100 | 10111001 | 10000111 | 0 | 1101 | 100100 | 10001 | 100111 | 101111 | 1000100 |
Color Harmonies of #D4B987
Complementary color
Monochromatic Colors of #D4B987
Black with #D4B987
Text Example
Text Example
White with #D4B987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B987; }
p { color: rgb(212,185,135); }
H1.HeaderClassName
{
color: #D4B987;
}
.AnyTagClassName
{
color: #D4B987;
}
</style>
background-color css
<style>
a { background-color: #D4B987; }
a { background-color: rgb(212,185,135); }
div.DivClassName
{
background-color: #D4B987;
}
.BgClassName
{
background-color: #D4B987;
}
</style>
border-color css
<style>
span { border-color: #D4B987; }
span { border-color: rgb(212,185,135); }
td.TdClassName
{
border-color: #D4B987;
}
.TagClassName
{
border-color: #D4B987;
}
</style>