Shades of Straw #DBB979
Tints of Straw #DBB979
RGB
CMYK
RGB Variations
Color information
#DBB979 (or 0xDBB979) is known color: Straw. HEX triplet: DB, B9 and 79. RGB value is (219,185,121). Sum of RGB (Red+Green+Blue) = 219+185+121=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB979 is #244686. Grayscale: #BCBCBC. Windows color (decimal): -2377351 or 7977435. OLE color: 7977435.
HSL color Cylindrical-coordinate representation of color #DBB979: hue angle of 39.18º 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 #DBB979 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 121 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.14 |
| HSL | 39.18º | 0.58% | 0.67% | - |
| HSV(B) | 39.18º | 0.45% | 0.86% | - |
| XYZ | 50.01 | 51.14 | 25.32 | - |
| YUV | 187.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 121 | 0 | 0.16 | 0.45 | 0.14 | 39.18 | 0.58 | 0.67 |
| Hex | DB | B9 | 79 | 0 | 10 | 2D | E | 27 | 3A | 43 |
| Octal | 333 | 271 | 171 | 0 | 20 | 55 | 16 | 47 | 72 | 103 |
| Binary | 11011011 | 10111001 | 1111001 | 0 | 10000 | 101101 | 1110 | 100111 | 111010 | 1000011 |
Color Harmonies of #DBB979
Complementary color
Monochromatic Colors of #DBB979
Black with #DBB979
Text Example
Text Example
White with #DBB979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB979; }
p { color: rgb(219,185,121); }
H1.HeaderClassName
{
color: #DBB979;
}
.AnyTagClassName
{
color: #DBB979;
}
</style>
background-color css
<style>
a { background-color: #DBB979; }
a { background-color: rgb(219,185,121); }
div.DivClassName
{
background-color: #DBB979;
}
.BgClassName
{
background-color: #DBB979;
}
</style>
border-color css
<style>
span { border-color: #DBB979; }
span { border-color: rgb(219,185,121); }
td.TdClassName
{
border-color: #DBB979;
}
.TagClassName
{
border-color: #DBB979;
}
</style>