Shades of Straw #DBBB77
Tints of Straw #DBBB77
RGB
CMYK
RGB Variations
Color information
#DBBB77 (or 0xDBBB77) is known color: Straw. HEX triplet: DB, BB and 77. RGB value is (219,187,119). Sum of RGB (Red+Green+Blue) = 219+187+119=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB77 is #244488. Grayscale: #BDBDBD. Windows color (decimal): -2376841 or 7846875. OLE color: 7846875.
HSL color Cylindrical-coordinate representation of color #DBBB77: hue angle of 40.8º 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 #DBBB77 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 119 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.14 |
| HSL | 40.8º | 0.58% | 0.66% | - |
| HSV(B) | 40.8º | 0.46% | 0.86% | - |
| XYZ | 50.31 | 51.93 | 24.82 | - |
| YUV | 188.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 119 | 0 | 0.15 | 0.46 | 0.14 | 40.8 | 0.58 | 0.66 |
| Hex | DB | BB | 77 | 0 | F | 2E | E | 29 | 3A | 42 |
| Octal | 333 | 273 | 167 | 0 | 17 | 56 | 16 | 51 | 72 | 102 |
| Binary | 11011011 | 10111011 | 1110111 | 0 | 1111 | 101110 | 1110 | 101001 | 111010 | 1000010 |
Color Harmonies of #DBBB77
Complementary color
Monochromatic Colors of #DBBB77
Black with #DBBB77
Text Example
Text Example
White with #DBBB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB77; }
p { color: rgb(219,187,119); }
H1.HeaderClassName
{
color: #DBBB77;
}
.AnyTagClassName
{
color: #DBBB77;
}
</style>
background-color css
<style>
a { background-color: #DBBB77; }
a { background-color: rgb(219,187,119); }
div.DivClassName
{
background-color: #DBBB77;
}
.BgClassName
{
background-color: #DBBB77;
}
</style>
border-color css
<style>
span { border-color: #DBBB77; }
span { border-color: rgb(219,187,119); }
td.TdClassName
{
border-color: #DBBB77;
}
.TagClassName
{
border-color: #DBBB77;
}
</style>