Shades of Straw #D5BC87
Tints of Straw #D5BC87
RGB
CMYK
RGB Variations
Color information
#D5BC87 (or 0xD5BC87) is known color: Straw. HEX triplet: D5, BC and 87. RGB value is (213,188,135). Sum of RGB (Red+Green+Blue) = 213+188+135=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC87 is #2A4378. Grayscale: #BDBDBD. Windows color (decimal): -2769785 or 8895701. OLE color: 8895701.
HSL color Cylindrical-coordinate representation of color #D5BC87: hue angle of 40.77º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5BC87 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 135 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.16 |
| HSL | 40.77º | 0.48% | 0.68% | - |
| HSV(B) | 40.77º | 0.37% | 0.84% | - |
| XYZ | 49.8 | 51.86 | 30.31 | - |
| YUV | 189.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 135 | 0 | 0.12 | 0.37 | 0.16 | 40.77 | 0.48 | 0.68 |
| Hex | D5 | BC | 87 | 0 | C | 25 | 10 | 29 | 30 | 44 |
| Octal | 325 | 274 | 207 | 0 | 14 | 45 | 20 | 51 | 60 | 104 |
| Binary | 11010101 | 10111100 | 10000111 | 0 | 1100 | 100101 | 10000 | 101001 | 110000 | 1000100 |
Color Harmonies of #D5BC87
Complementary color
Monochromatic Colors of #D5BC87
Black with #D5BC87
Text Example
Text Example
White with #D5BC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC87; }
p { color: rgb(213,188,135); }
H1.HeaderClassName
{
color: #D5BC87;
}
.AnyTagClassName
{
color: #D5BC87;
}
</style>
background-color css
<style>
a { background-color: #D5BC87; }
a { background-color: rgb(213,188,135); }
div.DivClassName
{
background-color: #D5BC87;
}
.BgClassName
{
background-color: #D5BC87;
}
</style>
border-color css
<style>
span { border-color: #D5BC87; }
span { border-color: rgb(213,188,135); }
td.TdClassName
{
border-color: #D5BC87;
}
.TagClassName
{
border-color: #D5BC87;
}
</style>