Shades of Straw #D9B579
Tints of Straw #D9B579
RGB
CMYK
RGB Variations
Color information
#D9B579 (or 0xD9B579) is known color: Straw. HEX triplet: D9, B5 and 79. RGB value is (217,181,121). Sum of RGB (Red+Green+Blue) = 217+181+121=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B579 is #264A86. Grayscale: #B9B9B9. Windows color (decimal): -2509447 or 7976409. OLE color: 7976409.
HSL color Cylindrical-coordinate representation of color #D9B579: hue angle of 37.5º degrees, saturation: 0.56, 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 #D9B579 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 121 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.15 |
| HSL | 37.5º | 0.56% | 0.66% | - |
| HSV(B) | 37.5º | 0.44% | 0.85% | - |
| XYZ | 48.59 | 49.18 | 25.02 | - |
| YUV | 184.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 121 | 0 | 0.17 | 0.44 | 0.15 | 37.5 | 0.56 | 0.66 |
| Hex | D9 | B5 | 79 | 0 | 11 | 2C | F | 26 | 38 | 42 |
| Octal | 331 | 265 | 171 | 0 | 21 | 54 | 17 | 46 | 70 | 102 |
| Binary | 11011001 | 10110101 | 1111001 | 0 | 10001 | 101100 | 1111 | 100110 | 111000 | 1000010 |
Color Harmonies of #D9B579
Complementary color
Monochromatic Colors of #D9B579
Black with #D9B579
Text Example
Text Example
White with #D9B579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B579; }
p { color: rgb(217,181,121); }
H1.HeaderClassName
{
color: #D9B579;
}
.AnyTagClassName
{
color: #D9B579;
}
</style>
background-color css
<style>
a { background-color: #D9B579; }
a { background-color: rgb(217,181,121); }
div.DivClassName
{
background-color: #D9B579;
}
.BgClassName
{
background-color: #D9B579;
}
</style>
border-color css
<style>
span { border-color: #D9B579; }
span { border-color: rgb(217,181,121); }
td.TdClassName
{
border-color: #D9B579;
}
.TagClassName
{
border-color: #D9B579;
}
</style>