Shades of Straw #DBBA81
Tints of Straw #DBBA81
RGB
CMYK
RGB Variations
Color information
#DBBA81 (or 0xDBBA81) is known color: Straw. HEX triplet: DB, BA and 81. RGB value is (219,186,129). Sum of RGB (Red+Green+Blue) = 219+186+129=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBA81 is #24457E. Grayscale: #BDBDBD. Windows color (decimal): -2377087 or 8501979. OLE color: 8501979.
HSL color Cylindrical-coordinate representation of color #DBBA81: hue angle of 38º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBBA81 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 129 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.14 |
| HSL | 38º | 0.56% | 0.68% | - |
| HSV(B) | 38º | 0.41% | 0.86% | - |
| XYZ | 50.73 | 51.76 | 28.09 | - |
| YUV | 189.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 129 | 0 | 0.15 | 0.41 | 0.14 | 38 | 0.56 | 0.68 |
| Hex | DB | BA | 81 | 0 | F | 29 | E | 26 | 38 | 44 |
| Octal | 333 | 272 | 201 | 0 | 17 | 51 | 16 | 46 | 70 | 104 |
| Binary | 11011011 | 10111010 | 10000001 | 0 | 1111 | 101001 | 1110 | 100110 | 111000 | 1000100 |
Color Harmonies of #DBBA81
Complementary color
Monochromatic Colors of #DBBA81
Black with #DBBA81
Text Example
Text Example
White with #DBBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA81; }
p { color: rgb(219,186,129); }
H1.HeaderClassName
{
color: #DBBA81;
}
.AnyTagClassName
{
color: #DBBA81;
}
</style>
background-color css
<style>
a { background-color: #DBBA81; }
a { background-color: rgb(219,186,129); }
div.DivClassName
{
background-color: #DBBA81;
}
.BgClassName
{
background-color: #DBBA81;
}
</style>
border-color css
<style>
span { border-color: #DBBA81; }
span { border-color: rgb(219,186,129); }
td.TdClassName
{
border-color: #DBBA81;
}
.TagClassName
{
border-color: #DBBA81;
}
</style>