Shades of Straw #DBB677
Tints of Straw #DBB677
RGB
CMYK
RGB Variations
Color information
#DBB677 (or 0xDBB677) is known color: Straw. HEX triplet: DB, B6 and 77. RGB value is (219,182,119). Sum of RGB (Red+Green+Blue) = 219+182+119=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB677 is #244988. Grayscale: #BABABA. Windows color (decimal): -2378121 or 7845595. OLE color: 7845595.
HSL color Cylindrical-coordinate representation of color #DBB677: hue angle of 37.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 #DBB677 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 119 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.14 |
| HSL | 37.8º | 0.58% | 0.66% | - |
| HSV(B) | 37.8º | 0.46% | 0.86% | - |
| XYZ | 49.27 | 49.85 | 24.48 | - |
| YUV | 185.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 119 | 0 | 0.17 | 0.46 | 0.14 | 37.8 | 0.58 | 0.66 |
| Hex | DB | B6 | 77 | 0 | 11 | 2E | E | 26 | 3A | 42 |
| Octal | 333 | 266 | 167 | 0 | 21 | 56 | 16 | 46 | 72 | 102 |
| Binary | 11011011 | 10110110 | 1110111 | 0 | 10001 | 101110 | 1110 | 100110 | 111010 | 1000010 |
Color Harmonies of #DBB677
Complementary color
Monochromatic Colors of #DBB677
Black with #DBB677
Text Example
Text Example
White with #DBB677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB677; }
p { color: rgb(219,182,119); }
H1.HeaderClassName
{
color: #DBB677;
}
.AnyTagClassName
{
color: #DBB677;
}
</style>
background-color css
<style>
a { background-color: #DBB677; }
a { background-color: rgb(219,182,119); }
div.DivClassName
{
background-color: #DBB677;
}
.BgClassName
{
background-color: #DBB677;
}
</style>
border-color css
<style>
span { border-color: #DBB677; }
span { border-color: rgb(219,182,119); }
td.TdClassName
{
border-color: #DBB677;
}
.TagClassName
{
border-color: #DBB677;
}
</style>