Shades of Straw #DBB779
Tints of Straw #DBB779
RGB
CMYK
RGB Variations
Color information
#DBB779 (or 0xDBB779) is known color: Straw. HEX triplet: DB, B7 and 79. RGB value is (219,183,121). Sum of RGB (Red+Green+Blue) = 219+183+121=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB779 is #244886. Grayscale: #BABABA. Windows color (decimal): -2377863 or 7976923. OLE color: 7976923.
HSL color Cylindrical-coordinate representation of color #DBB779: hue angle of 37.96º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBB779 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 121 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.14 |
| HSL | 37.96º | 0.58% | 0.67% | - |
| HSV(B) | 37.96º | 0.45% | 0.86% | - |
| XYZ | 49.6 | 50.31 | 25.19 | - |
| YUV | 186.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 121 | 0 | 0.16 | 0.45 | 0.14 | 37.96 | 0.58 | 0.67 |
| Hex | DB | B7 | 79 | 0 | 10 | 2D | E | 26 | 3A | 43 |
| Octal | 333 | 267 | 171 | 0 | 20 | 55 | 16 | 46 | 72 | 103 |
| Binary | 11011011 | 10110111 | 1111001 | 0 | 10000 | 101101 | 1110 | 100110 | 111010 | 1000011 |
Color Harmonies of #DBB779
Complementary color
Monochromatic Colors of #DBB779
Black with #DBB779
Text Example
Text Example
White with #DBB779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB779; }
p { color: rgb(219,183,121); }
H1.HeaderClassName
{
color: #DBB779;
}
.AnyTagClassName
{
color: #DBB779;
}
</style>
background-color css
<style>
a { background-color: #DBB779; }
a { background-color: rgb(219,183,121); }
div.DivClassName
{
background-color: #DBB779;
}
.BgClassName
{
background-color: #DBB779;
}
</style>
border-color css
<style>
span { border-color: #DBB779; }
span { border-color: rgb(219,183,121); }
td.TdClassName
{
border-color: #DBB779;
}
.TagClassName
{
border-color: #DBB779;
}
</style>