Shades of Straw #D8BA84
Tints of Straw #D8BA84
RGB
CMYK
RGB Variations
Color information
#D8BA84 (or 0xD8BA84) is known color: Straw. HEX triplet: D8, BA and 84. RGB value is (216,186,132). Sum of RGB (Red+Green+Blue) = 216+186+132=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA84 is #27457B. Grayscale: #BDBDBD. Windows color (decimal): -2573692 or 8698584. OLE color: 8698584.
HSL color Cylindrical-coordinate representation of color #D8BA84: hue angle of 38.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8BA84 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 132 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.15 |
| HSL | 38.57º | 0.52% | 0.68% | - |
| HSV(B) | 38.57º | 0.39% | 0.85% | - |
| XYZ | 50.04 | 51.38 | 29.11 | - |
| YUV | 188.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 132 | 0 | 0.14 | 0.39 | 0.15 | 38.57 | 0.52 | 0.68 |
| Hex | D8 | BA | 84 | 0 | E | 27 | F | 27 | 34 | 44 |
| Octal | 330 | 272 | 204 | 0 | 16 | 47 | 17 | 47 | 64 | 104 |
| Binary | 11011000 | 10111010 | 10000100 | 0 | 1110 | 100111 | 1111 | 100111 | 110100 | 1000100 |
Color Harmonies of #D8BA84
Complementary color
Monochromatic Colors of #D8BA84
Black with #D8BA84
Text Example
Text Example
White with #D8BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA84; }
p { color: rgb(216,186,132); }
H1.HeaderClassName
{
color: #D8BA84;
}
.AnyTagClassName
{
color: #D8BA84;
}
</style>
background-color css
<style>
a { background-color: #D8BA84; }
a { background-color: rgb(216,186,132); }
div.DivClassName
{
background-color: #D8BA84;
}
.BgClassName
{
background-color: #D8BA84;
}
</style>
border-color css
<style>
span { border-color: #D8BA84; }
span { border-color: rgb(216,186,132); }
td.TdClassName
{
border-color: #D8BA84;
}
.TagClassName
{
border-color: #D8BA84;
}
</style>