Shades of Straw #D8B579
Tints of Straw #D8B579
RGB
CMYK
RGB Variations
Color information
#D8B579 (or 0xD8B579) is known color: Straw. HEX triplet: D8, B5 and 79. RGB value is (216,181,121). Sum of RGB (Red+Green+Blue) = 216+181+121=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B579 is #274A86. Grayscale: #B8B8B8. Windows color (decimal): -2574983 or 7976408. OLE color: 7976408.
HSL color Cylindrical-coordinate representation of color #D8B579: hue angle of 37.89º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8B579 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 121 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.15 |
| HSL | 37.89º | 0.55% | 0.66% | - |
| HSV(B) | 37.89º | 0.44% | 0.85% | - |
| XYZ | 48.29 | 49.03 | 25.01 | - |
| YUV | 184.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 121 | 0 | 0.16 | 0.44 | 0.15 | 37.89 | 0.55 | 0.66 |
| Hex | D8 | B5 | 79 | 0 | 10 | 2C | F | 26 | 37 | 42 |
| Octal | 330 | 265 | 171 | 0 | 20 | 54 | 17 | 46 | 67 | 102 |
| Binary | 11011000 | 10110101 | 1111001 | 0 | 10000 | 101100 | 1111 | 100110 | 110111 | 1000010 |
Color Harmonies of #D8B579
Complementary color
Monochromatic Colors of #D8B579
Black with #D8B579
Text Example
Text Example
White with #D8B579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B579; }
p { color: rgb(216,181,121); }
H1.HeaderClassName
{
color: #D8B579;
}
.AnyTagClassName
{
color: #D8B579;
}
</style>
background-color css
<style>
a { background-color: #D8B579; }
a { background-color: rgb(216,181,121); }
div.DivClassName
{
background-color: #D8B579;
}
.BgClassName
{
background-color: #D8B579;
}
</style>
border-color css
<style>
span { border-color: #D8B579; }
span { border-color: rgb(216,181,121); }
td.TdClassName
{
border-color: #D8B579;
}
.TagClassName
{
border-color: #D8B579;
}
</style>