Shades of Straw #DBBA79
Tints of Straw #DBBA79
RGB
CMYK
RGB Variations
Color information
#DBBA79 (or 0xDBBA79) is known color: Straw. HEX triplet: DB, BA and 79. RGB value is (219,186,121). Sum of RGB (Red+Green+Blue) = 219+186+121=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA79 is #244586. Grayscale: #BCBCBC. Windows color (decimal): -2377095 or 7977691. OLE color: 7977691.
HSL color Cylindrical-coordinate representation of color #DBBA79: hue angle of 39.8º 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 #DBBA79 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 121 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.14 |
| HSL | 39.8º | 0.58% | 0.67% | - |
| HSV(B) | 39.8º | 0.45% | 0.86% | - |
| XYZ | 50.22 | 51.56 | 25.39 | - |
| YUV | 188.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 121 | 0 | 0.15 | 0.45 | 0.14 | 39.8 | 0.58 | 0.67 |
| Hex | DB | BA | 79 | 0 | F | 2D | E | 28 | 3A | 43 |
| Octal | 333 | 272 | 171 | 0 | 17 | 55 | 16 | 50 | 72 | 103 |
| Binary | 11011011 | 10111010 | 1111001 | 0 | 1111 | 101101 | 1110 | 101000 | 111010 | 1000011 |
Color Harmonies of #DBBA79
Complementary color
Monochromatic Colors of #DBBA79
Black with #DBBA79
Text Example
Text Example
White with #DBBA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA79; }
p { color: rgb(219,186,121); }
H1.HeaderClassName
{
color: #DBBA79;
}
.AnyTagClassName
{
color: #DBBA79;
}
</style>
background-color css
<style>
a { background-color: #DBBA79; }
a { background-color: rgb(219,186,121); }
div.DivClassName
{
background-color: #DBBA79;
}
.BgClassName
{
background-color: #DBBA79;
}
</style>
border-color css
<style>
span { border-color: #DBBA79; }
span { border-color: rgb(219,186,121); }
td.TdClassName
{
border-color: #DBBA79;
}
.TagClassName
{
border-color: #DBBA79;
}
</style>