Shades of Straw #D7BA88
Tints of Straw #D7BA88
RGB
CMYK
RGB Variations
Color information
#D7BA88 (or 0xD7BA88) is known color: Straw. HEX triplet: D7, BA and 88. RGB value is (215,186,136). Sum of RGB (Red+Green+Blue) = 215+186+136=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA88 is #284577. Grayscale: #BDBDBD. Windows color (decimal): -2639224 or 8960727. OLE color: 8960727.
HSL color Cylindrical-coordinate representation of color #D7BA88: hue angle of 37.97º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7BA88 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 136 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.16 |
| HSL | 37.97º | 0.5% | 0.69% | - |
| HSV(B) | 37.97º | 0.37% | 0.84% | - |
| XYZ | 50.03 | 51.34 | 30.57 | - |
| YUV | 188.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 136 | 0 | 0.13 | 0.37 | 0.16 | 37.97 | 0.5 | 0.69 |
| Hex | D7 | BA | 88 | 0 | D | 25 | 10 | 26 | 32 | 45 |
| Octal | 327 | 272 | 210 | 0 | 15 | 45 | 20 | 46 | 62 | 105 |
| Binary | 11010111 | 10111010 | 10001000 | 0 | 1101 | 100101 | 10000 | 100110 | 110010 | 1000101 |
Color Harmonies of #D7BA88
Complementary color
Monochromatic Colors of #D7BA88
Black with #D7BA88
Text Example
Text Example
White with #D7BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA88; }
p { color: rgb(215,186,136); }
H1.HeaderClassName
{
color: #D7BA88;
}
.AnyTagClassName
{
color: #D7BA88;
}
</style>
background-color css
<style>
a { background-color: #D7BA88; }
a { background-color: rgb(215,186,136); }
div.DivClassName
{
background-color: #D7BA88;
}
.BgClassName
{
background-color: #D7BA88;
}
</style>
border-color css
<style>
span { border-color: #D7BA88; }
span { border-color: rgb(215,186,136); }
td.TdClassName
{
border-color: #D7BA88;
}
.TagClassName
{
border-color: #D7BA88;
}
</style>