Shades of Straw #D1B979
Tints of Straw #D1B979
RGB
CMYK
RGB Variations
Color information
#D1B979 (or 0xD1B979) is known color: Straw. HEX triplet: D1, B9 and 79. RGB value is (209,185,121). Sum of RGB (Red+Green+Blue) = 209+185+121=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B979 is #2E4686. Grayscale: #B9B9B9. Windows color (decimal): -3032711 or 7977425. OLE color: 7977425.
HSL color Cylindrical-coordinate representation of color #D1B979: hue angle of 43.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1B979 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 121 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.18 |
| HSL | 43.64º | 0.49% | 0.65% | - |
| HSV(B) | 43.64º | 0.42% | 0.82% | - |
| XYZ | 47.09 | 49.63 | 25.19 | - |
| YUV | 184.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 121 | 0 | 0.11 | 0.42 | 0.18 | 43.64 | 0.49 | 0.65 |
| Hex | D1 | B9 | 79 | 0 | B | 2A | 12 | 2C | 31 | 41 |
| Octal | 321 | 271 | 171 | 0 | 13 | 52 | 22 | 54 | 61 | 101 |
| Binary | 11010001 | 10111001 | 1111001 | 0 | 1011 | 101010 | 10010 | 101100 | 110001 | 1000001 |
Color Harmonies of #D1B979
Complementary color
Monochromatic Colors of #D1B979
Black with #D1B979
Text Example
Text Example
White with #D1B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B979; }
p { color: rgb(209,185,121); }
H1.HeaderClassName
{
color: #D1B979;
}
.AnyTagClassName
{
color: #D1B979;
}
</style>
background-color css
<style>
a { background-color: #D1B979; }
a { background-color: rgb(209,185,121); }
div.DivClassName
{
background-color: #D1B979;
}
.BgClassName
{
background-color: #D1B979;
}
</style>
border-color css
<style>
span { border-color: #D1B979; }
span { border-color: rgb(209,185,121); }
td.TdClassName
{
border-color: #D1B979;
}
.TagClassName
{
border-color: #D1B979;
}
</style>