Shades of Straw #DBB977
Tints of Straw #DBB977
RGB
CMYK
RGB Variations
Color information
#DBB977 (or 0xDBB977) is known color: Straw. HEX triplet: DB, B9 and 77. RGB value is (219,185,119). Sum of RGB (Red+Green+Blue) = 219+185+119=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB977 is #244688. Grayscale: #BBBBBB. Windows color (decimal): -2377353 or 7846363. OLE color: 7846363.
HSL color Cylindrical-coordinate representation of color #DBB977: hue angle of 39.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBB977 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 119 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.14 |
| HSL | 39.6º | 0.58% | 0.66% | - |
| HSV(B) | 39.6º | 0.46% | 0.86% | - |
| XYZ | 49.89 | 51.09 | 24.68 | - |
| YUV | 187.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 119 | 0 | 0.16 | 0.46 | 0.14 | 39.6 | 0.58 | 0.66 |
| Hex | DB | B9 | 77 | 0 | 10 | 2E | E | 28 | 3A | 42 |
| Octal | 333 | 271 | 167 | 0 | 20 | 56 | 16 | 50 | 72 | 102 |
| Binary | 11011011 | 10111001 | 1110111 | 0 | 10000 | 101110 | 1110 | 101000 | 111010 | 1000010 |
Color Harmonies of #DBB977
Complementary color
Monochromatic Colors of #DBB977
Black with #DBB977
Text Example
Text Example
White with #DBB977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB977; }
p { color: rgb(219,185,119); }
H1.HeaderClassName
{
color: #DBB977;
}
.AnyTagClassName
{
color: #DBB977;
}
</style>
background-color css
<style>
a { background-color: #DBB977; }
a { background-color: rgb(219,185,119); }
div.DivClassName
{
background-color: #DBB977;
}
.BgClassName
{
background-color: #DBB977;
}
</style>
border-color css
<style>
span { border-color: #DBB977; }
span { border-color: rgb(219,185,119); }
td.TdClassName
{
border-color: #DBB977;
}
.TagClassName
{
border-color: #DBB977;
}
</style>