Shades of Straw #D1BC87
Tints of Straw #D1BC87
RGB
CMYK
RGB Variations
Color information
#D1BC87 (or 0xD1BC87) is known color: Straw. HEX triplet: D1, BC and 87. RGB value is (209,188,135). Sum of RGB (Red+Green+Blue) = 209+188+135=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BC87 is #2E4378. Grayscale: #BCBCBC. Windows color (decimal): -3031929 or 8895697. OLE color: 8895697.
HSL color Cylindrical-coordinate representation of color #D1BC87: hue angle of 42.97º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1BC87 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 135 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.18 |
| HSL | 42.97º | 0.45% | 0.67% | - |
| HSV(B) | 42.97º | 0.35% | 0.82% | - |
| XYZ | 48.65 | 51.27 | 30.25 | - |
| YUV | 188.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 135 | 0 | 0.10 | 0.35 | 0.18 | 42.97 | 0.45 | 0.67 |
| Hex | D1 | BC | 87 | 0 | A | 23 | 12 | 2B | 2D | 43 |
| Octal | 321 | 274 | 207 | 0 | 12 | 43 | 22 | 53 | 55 | 103 |
| Binary | 11010001 | 10111100 | 10000111 | 0 | 1010 | 100011 | 10010 | 101011 | 101101 | 1000011 |
Color Harmonies of #D1BC87
Complementary color
Monochromatic Colors of #D1BC87
Black with #D1BC87
Text Example
Text Example
White with #D1BC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC87; }
p { color: rgb(209,188,135); }
H1.HeaderClassName
{
color: #D1BC87;
}
.AnyTagClassName
{
color: #D1BC87;
}
</style>
background-color css
<style>
a { background-color: #D1BC87; }
a { background-color: rgb(209,188,135); }
div.DivClassName
{
background-color: #D1BC87;
}
.BgClassName
{
background-color: #D1BC87;
}
</style>
border-color css
<style>
span { border-color: #D1BC87; }
span { border-color: rgb(209,188,135); }
td.TdClassName
{
border-color: #D1BC87;
}
.TagClassName
{
border-color: #D1BC87;
}
</style>