Shades of Straw #D8B978
Tints of Straw #D8B978
RGB
CMYK
RGB Variations
Color information
#D8B978 (or 0xD8B978) is known color: Straw. HEX triplet: D8, B9 and 78. RGB value is (216,185,120). Sum of RGB (Red+Green+Blue) = 216+185+120=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B978 is #274687. Grayscale: #BBBBBB. Windows color (decimal): -2573960 or 7911896. OLE color: 7911896.
HSL color Cylindrical-coordinate representation of color #D8B978: hue angle of 40.62º degrees, saturation: 0.55, 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 #D8B978 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 120 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.15 |
| HSL | 40.63º | 0.55% | 0.66% | - |
| HSV(B) | 40.63º | 0.44% | 0.85% | - |
| XYZ | 49.06 | 50.65 | 24.96 | - |
| YUV | 186.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 120 | 0 | 0.14 | 0.44 | 0.15 | 40.63 | 0.55 | 0.66 |
| Hex | D8 | B9 | 78 | 0 | E | 2C | F | 29 | 37 | 42 |
| Octal | 330 | 271 | 170 | 0 | 16 | 54 | 17 | 51 | 67 | 102 |
| Binary | 11011000 | 10111001 | 1111000 | 0 | 1110 | 101100 | 1111 | 101001 | 110111 | 1000010 |
Color Harmonies of #D8B978
Complementary color
Monochromatic Colors of #D8B978
Black with #D8B978
Text Example
Text Example
White with #D8B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B978; }
p { color: rgb(216,185,120); }
H1.HeaderClassName
{
color: #D8B978;
}
.AnyTagClassName
{
color: #D8B978;
}
</style>
background-color css
<style>
a { background-color: #D8B978; }
a { background-color: rgb(216,185,120); }
div.DivClassName
{
background-color: #D8B978;
}
.BgClassName
{
background-color: #D8B978;
}
</style>
border-color css
<style>
span { border-color: #D8B978; }
span { border-color: rgb(216,185,120); }
td.TdClassName
{
border-color: #D8B978;
}
.TagClassName
{
border-color: #D8B978;
}
</style>