Shades of Straw #D7B979
Tints of Straw #D7B979
RGB
CMYK
RGB Variations
Color information
#D7B979 (or 0xD7B979) is known color: Straw. HEX triplet: D7, B9 and 79. RGB value is (215,185,121). Sum of RGB (Red+Green+Blue) = 215+185+121=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B979 is #284686. Grayscale: #BABABA. Windows color (decimal): -2639495 or 7977431. OLE color: 7977431.
HSL color Cylindrical-coordinate representation of color #D7B979: hue angle of 40.85º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7B979 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 121 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.16 |
| HSL | 40.85º | 0.54% | 0.66% | - |
| HSV(B) | 40.85º | 0.44% | 0.84% | - |
| XYZ | 48.82 | 50.53 | 25.27 | - |
| YUV | 186.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 121 | 0 | 0.14 | 0.44 | 0.16 | 40.85 | 0.54 | 0.66 |
| Hex | D7 | B9 | 79 | 0 | E | 2C | 10 | 29 | 36 | 42 |
| Octal | 327 | 271 | 171 | 0 | 16 | 54 | 20 | 51 | 66 | 102 |
| Binary | 11010111 | 10111001 | 1111001 | 0 | 1110 | 101100 | 10000 | 101001 | 110110 | 1000010 |
Color Harmonies of #D7B979
Complementary color
Monochromatic Colors of #D7B979
Black with #D7B979
Text Example
Text Example
White with #D7B979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B979; }
p { color: rgb(215,185,121); }
H1.HeaderClassName
{
color: #D7B979;
}
.AnyTagClassName
{
color: #D7B979;
}
</style>
background-color css
<style>
a { background-color: #D7B979; }
a { background-color: rgb(215,185,121); }
div.DivClassName
{
background-color: #D7B979;
}
.BgClassName
{
background-color: #D7B979;
}
</style>
border-color css
<style>
span { border-color: #D7B979; }
span { border-color: rgb(215,185,121); }
td.TdClassName
{
border-color: #D7B979;
}
.TagClassName
{
border-color: #D7B979;
}
</style>