Shades of Straw #D7B977
Tints of Straw #D7B977
RGB
CMYK
RGB Variations
Color information
#D7B977 (or 0xD7B977) is known color: Straw. HEX triplet: D7, B9 and 77. RGB value is (215,185,119). Sum of RGB (Red+Green+Blue) = 215+185+119=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B977 is #284688. Grayscale: #BABABA. Windows color (decimal): -2639497 or 7846359. OLE color: 7846359.
HSL color Cylindrical-coordinate representation of color #D7B977: hue angle of 41.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7B977 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 119 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.16 |
| HSL | 41.25º | 0.55% | 0.65% | - |
| HSV(B) | 41.25º | 0.45% | 0.84% | - |
| XYZ | 48.7 | 50.48 | 24.63 | - |
| YUV | 186.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 119 | 0 | 0.14 | 0.45 | 0.16 | 41.25 | 0.55 | 0.65 |
| Hex | D7 | B9 | 77 | 0 | E | 2D | 10 | 29 | 37 | 41 |
| Octal | 327 | 271 | 167 | 0 | 16 | 55 | 20 | 51 | 67 | 101 |
| Binary | 11010111 | 10111001 | 1110111 | 0 | 1110 | 101101 | 10000 | 101001 | 110111 | 1000001 |
Color Harmonies of #D7B977
Complementary color
Monochromatic Colors of #D7B977
Black with #D7B977
Text Example
Text Example
White with #D7B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B977; }
p { color: rgb(215,185,119); }
H1.HeaderClassName
{
color: #D7B977;
}
.AnyTagClassName
{
color: #D7B977;
}
</style>
background-color css
<style>
a { background-color: #D7B977; }
a { background-color: rgb(215,185,119); }
div.DivClassName
{
background-color: #D7B977;
}
.BgClassName
{
background-color: #D7B977;
}
</style>
border-color css
<style>
span { border-color: #D7B977; }
span { border-color: rgb(215,185,119); }
td.TdClassName
{
border-color: #D7B977;
}
.TagClassName
{
border-color: #D7B977;
}
</style>