Shades of Straw #D8BA80
Tints of Straw #D8BA80
RGB
CMYK
RGB Variations
Color information
#D8BA80 (or 0xD8BA80) is known color: Straw. HEX triplet: D8, BA and 80. RGB value is (216,186,128). Sum of RGB (Red+Green+Blue) = 216+186+128=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA80 is #27457F. Grayscale: #BCBCBC. Windows color (decimal): -2573696 or 8436440. OLE color: 8436440.
HSL color Cylindrical-coordinate representation of color #D8BA80: hue angle of 39.55º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8BA80 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 128 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.15 |
| HSL | 39.55º | 0.53% | 0.67% | - |
| HSV(B) | 39.55º | 0.41% | 0.85% | - |
| XYZ | 49.77 | 51.28 | 27.7 | - |
| YUV | 188.36 | 93.94 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 128 | 0 | 0.14 | 0.41 | 0.15 | 39.55 | 0.53 | 0.67 |
| Hex | D8 | BA | 80 | 0 | E | 29 | F | 28 | 35 | 43 |
| Octal | 330 | 272 | 200 | 0 | 16 | 51 | 17 | 50 | 65 | 103 |
| Binary | 11011000 | 10111010 | 10000000 | 0 | 1110 | 101001 | 1111 | 101000 | 110101 | 1000011 |
Color Harmonies of #D8BA80
Complementary color
Monochromatic Colors of #D8BA80
Black with #D8BA80
Text Example
Text Example
White with #D8BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BA80; }
p { color: rgb(216,186,128); }
H1.HeaderClassName
{
color: #D8BA80;
}
.AnyTagClassName
{
color: #D8BA80;
}
</style>
background-color css
<style>
a { background-color: #D8BA80; }
a { background-color: rgb(216,186,128); }
div.DivClassName
{
background-color: #D8BA80;
}
.BgClassName
{
background-color: #D8BA80;
}
</style>
border-color css
<style>
span { border-color: #D8BA80; }
span { border-color: rgb(216,186,128); }
td.TdClassName
{
border-color: #D8BA80;
}
.TagClassName
{
border-color: #D8BA80;
}
</style>