Shades of Straw #D5BA87
Tints of Straw #D5BA87
RGB
CMYK
RGB Variations
Color information
#D5BA87 (or 0xD5BA87) is known color: Straw. HEX triplet: D5, BA and 87. RGB value is (213,186,135). Sum of RGB (Red+Green+Blue) = 213+186+135=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA87 is #2A4578. Grayscale: #BCBCBC. Windows color (decimal): -2770297 or 8895189. OLE color: 8895189.
HSL color Cylindrical-coordinate representation of color #D5BA87: hue angle of 39.23º 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 #D5BA87 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 135 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.16 |
| HSL | 39.23º | 0.48% | 0.68% | - |
| HSV(B) | 39.23º | 0.37% | 0.84% | - |
| XYZ | 49.37 | 51.01 | 30.17 | - |
| YUV | 188.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 135 | 0 | 0.13 | 0.37 | 0.16 | 39.23 | 0.48 | 0.68 |
| Hex | D5 | BA | 87 | 0 | D | 25 | 10 | 27 | 30 | 44 |
| Octal | 325 | 272 | 207 | 0 | 15 | 45 | 20 | 47 | 60 | 104 |
| Binary | 11010101 | 10111010 | 10000111 | 0 | 1101 | 100101 | 10000 | 100111 | 110000 | 1000100 |
Color Harmonies of #D5BA87
Complementary color
Monochromatic Colors of #D5BA87
Black with #D5BA87
Text Example
Text Example
White with #D5BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA87; }
p { color: rgb(213,186,135); }
H1.HeaderClassName
{
color: #D5BA87;
}
.AnyTagClassName
{
color: #D5BA87;
}
</style>
background-color css
<style>
a { background-color: #D5BA87; }
a { background-color: rgb(213,186,135); }
div.DivClassName
{
background-color: #D5BA87;
}
.BgClassName
{
background-color: #D5BA87;
}
</style>
border-color css
<style>
span { border-color: #D5BA87; }
span { border-color: rgb(213,186,135); }
td.TdClassName
{
border-color: #D5BA87;
}
.TagClassName
{
border-color: #D5BA87;
}
</style>