Shades of Straw #D7BA85
Tints of Straw #D7BA85
RGB
CMYK
RGB Variations
Color information
#D7BA85 (or 0xD7BA85) is known color: Straw. HEX triplet: D7, BA and 85. RGB value is (215,186,133). Sum of RGB (Red+Green+Blue) = 215+186+133=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA85 is #28457A. Grayscale: #BCBCBC. Windows color (decimal): -2639227 or 8764119. OLE color: 8764119.
HSL color Cylindrical-coordinate representation of color #D7BA85: hue angle of 38.78º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7BA85 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 133 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.16 |
| HSL | 38.78º | 0.51% | 0.68% | - |
| HSV(B) | 38.78º | 0.38% | 0.84% | - |
| XYZ | 49.82 | 51.26 | 29.46 | - |
| YUV | 188.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 133 | 0 | 0.13 | 0.38 | 0.16 | 38.78 | 0.51 | 0.68 |
| Hex | D7 | BA | 85 | 0 | D | 26 | 10 | 27 | 33 | 44 |
| Octal | 327 | 272 | 205 | 0 | 15 | 46 | 20 | 47 | 63 | 104 |
| Binary | 11010111 | 10111010 | 10000101 | 0 | 1101 | 100110 | 10000 | 100111 | 110011 | 1000100 |
Color Harmonies of #D7BA85
Complementary color
Monochromatic Colors of #D7BA85
Black with #D7BA85
Text Example
Text Example
White with #D7BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BA85; }
p { color: rgb(215,186,133); }
H1.HeaderClassName
{
color: #D7BA85;
}
.AnyTagClassName
{
color: #D7BA85;
}
</style>
background-color css
<style>
a { background-color: #D7BA85; }
a { background-color: rgb(215,186,133); }
div.DivClassName
{
background-color: #D7BA85;
}
.BgClassName
{
background-color: #D7BA85;
}
</style>
border-color css
<style>
span { border-color: #D7BA85; }
span { border-color: rgb(215,186,133); }
td.TdClassName
{
border-color: #D7BA85;
}
.TagClassName
{
border-color: #D7BA85;
}
</style>