Shades of Straw #D7B876
Tints of Straw #D7B876
RGB
CMYK
RGB Variations
Color information
#D7B876 (or 0xD7B876) is known color: Straw. HEX triplet: D7, B8 and 76. RGB value is (215,184,118). Sum of RGB (Red+Green+Blue) = 215+184+118=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B876 is #284789. Grayscale: #BABABA. Windows color (decimal): -2639754 or 7780567. OLE color: 7780567.
HSL color Cylindrical-coordinate representation of color #D7B876: hue angle of 40.82º 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 #D7B876 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 118 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.16 |
| HSL | 40.82º | 0.55% | 0.65% | - |
| HSV(B) | 40.82º | 0.45% | 0.84% | - |
| XYZ | 48.43 | 50.04 | 24.24 | - |
| YUV | 185.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 118 | 0 | 0.14 | 0.45 | 0.16 | 40.82 | 0.55 | 0.65 |
| Hex | D7 | B8 | 76 | 0 | E | 2D | 10 | 29 | 37 | 41 |
| Octal | 327 | 270 | 166 | 0 | 16 | 55 | 20 | 51 | 67 | 101 |
| Binary | 11010111 | 10111000 | 1110110 | 0 | 1110 | 101101 | 10000 | 101001 | 110111 | 1000001 |
Color Harmonies of #D7B876
Complementary color
Monochromatic Colors of #D7B876
Black with #D7B876
Text Example
Text Example
White with #D7B876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B876; }
p { color: rgb(215,184,118); }
H1.HeaderClassName
{
color: #D7B876;
}
.AnyTagClassName
{
color: #D7B876;
}
</style>
background-color css
<style>
a { background-color: #D7B876; }
a { background-color: rgb(215,184,118); }
div.DivClassName
{
background-color: #D7B876;
}
.BgClassName
{
background-color: #D7B876;
}
</style>
border-color css
<style>
span { border-color: #D7B876; }
span { border-color: rgb(215,184,118); }
td.TdClassName
{
border-color: #D7B876;
}
.TagClassName
{
border-color: #D7B876;
}
</style>