Shades of Straw #DBBA7D
Tints of Straw #DBBA7D
RGB
CMYK
RGB Variations
Color information
#DBBA7D (or 0xDBBA7D) is known color: Straw. HEX triplet: DB, BA and 7D. RGB value is (219,186,125). Sum of RGB (Red+Green+Blue) = 219+186+125=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA7D is #244582. Grayscale: #BDBDBD. Windows color (decimal): -2377091 or 8239835. OLE color: 8239835.
HSL color Cylindrical-coordinate representation of color #DBBA7D: hue angle of 38.94º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBBA7D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 125 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.14 |
| HSL | 38.94º | 0.57% | 0.67% | - |
| HSV(B) | 38.94º | 0.43% | 0.86% | - |
| XYZ | 50.47 | 51.66 | 26.71 | - |
| YUV | 188.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 125 | 0 | 0.15 | 0.43 | 0.14 | 38.94 | 0.57 | 0.67 |
| Hex | DB | BA | 7D | 0 | F | 2B | E | 27 | 39 | 43 |
| Octal | 333 | 272 | 175 | 0 | 17 | 53 | 16 | 47 | 71 | 103 |
| Binary | 11011011 | 10111010 | 1111101 | 0 | 1111 | 101011 | 1110 | 100111 | 111001 | 1000011 |
Color Harmonies of #DBBA7D
Complementary color
Monochromatic Colors of #DBBA7D
Black with #DBBA7D
Text Example
Text Example
White with #DBBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA7D; }
p { color: rgb(219,186,125); }
H1.HeaderClassName
{
color: #DBBA7D;
}
.AnyTagClassName
{
color: #DBBA7D;
}
</style>
background-color css
<style>
a { background-color: #DBBA7D; }
a { background-color: rgb(219,186,125); }
div.DivClassName
{
background-color: #DBBA7D;
}
.BgClassName
{
background-color: #DBBA7D;
}
</style>
border-color css
<style>
span { border-color: #DBBA7D; }
span { border-color: rgb(219,186,125); }
td.TdClassName
{
border-color: #DBBA7D;
}
.TagClassName
{
border-color: #DBBA7D;
}
</style>