Shades of Straw #DBB776
Tints of Straw #DBB776
RGB
CMYK
RGB Variations
Color information
#DBB776 (or 0xDBB776) is known color: Straw. HEX triplet: DB, B7 and 76. RGB value is (219,183,118). Sum of RGB (Red+Green+Blue) = 219+183+118=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB776 is #244889. Grayscale: #BABABA. Windows color (decimal): -2377866 or 7780315. OLE color: 7780315.
HSL color Cylindrical-coordinate representation of color #DBB776: hue angle of 38.61º 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 #DBB776 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 118 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.14 |
| HSL | 38.61º | 0.58% | 0.66% | - |
| HSV(B) | 38.61º | 0.46% | 0.86% | - |
| XYZ | 49.42 | 50.24 | 24.23 | - |
| YUV | 186.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 118 | 0 | 0.16 | 0.46 | 0.14 | 38.61 | 0.58 | 0.66 |
| Hex | DB | B7 | 76 | 0 | 10 | 2E | E | 27 | 3A | 42 |
| Octal | 333 | 267 | 166 | 0 | 20 | 56 | 16 | 47 | 72 | 102 |
| Binary | 11011011 | 10110111 | 1110110 | 0 | 10000 | 101110 | 1110 | 100111 | 111010 | 1000010 |
Color Harmonies of #DBB776
Complementary color
Monochromatic Colors of #DBB776
Black with #DBB776
Text Example
Text Example
White with #DBB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB776; }
p { color: rgb(219,183,118); }
H1.HeaderClassName
{
color: #DBB776;
}
.AnyTagClassName
{
color: #DBB776;
}
</style>
background-color css
<style>
a { background-color: #DBB776; }
a { background-color: rgb(219,183,118); }
div.DivClassName
{
background-color: #DBB776;
}
.BgClassName
{
background-color: #DBB776;
}
</style>
border-color css
<style>
span { border-color: #DBB776; }
span { border-color: rgb(219,183,118); }
td.TdClassName
{
border-color: #DBB776;
}
.TagClassName
{
border-color: #DBB776;
}
</style>