Shades of Straw #DBB879
Tints of Straw #DBB879
RGB
CMYK
RGB Variations
Color information
#DBB879 (or 0xDBB879) is known color: Straw. HEX triplet: DB, B8 and 79. RGB value is (219,184,121). Sum of RGB (Red+Green+Blue) = 219+184+121=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB879 is #244786. Grayscale: #BBBBBB. Windows color (decimal): -2377607 or 7977179. OLE color: 7977179.
HSL color Cylindrical-coordinate representation of color #DBB879: hue angle of 38.57º 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 #DBB879 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 121 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.14 |
| HSL | 38.57º | 0.58% | 0.67% | - |
| HSV(B) | 38.57º | 0.45% | 0.86% | - |
| XYZ | 49.81 | 50.72 | 25.25 | - |
| YUV | 187.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 121 | 0 | 0.16 | 0.45 | 0.14 | 38.57 | 0.58 | 0.67 |
| Hex | DB | B8 | 79 | 0 | 10 | 2D | E | 27 | 3A | 43 |
| Octal | 333 | 270 | 171 | 0 | 20 | 55 | 16 | 47 | 72 | 103 |
| Binary | 11011011 | 10111000 | 1111001 | 0 | 10000 | 101101 | 1110 | 100111 | 111010 | 1000011 |
Color Harmonies of #DBB879
Complementary color
Monochromatic Colors of #DBB879
Black with #DBB879
Text Example
Text Example
White with #DBB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB879; }
p { color: rgb(219,184,121); }
H1.HeaderClassName
{
color: #DBB879;
}
.AnyTagClassName
{
color: #DBB879;
}
</style>
background-color css
<style>
a { background-color: #DBB879; }
a { background-color: rgb(219,184,121); }
div.DivClassName
{
background-color: #DBB879;
}
.BgClassName
{
background-color: #DBB879;
}
</style>
border-color css
<style>
span { border-color: #DBB879; }
span { border-color: rgb(219,184,121); }
td.TdClassName
{
border-color: #DBB879;
}
.TagClassName
{
border-color: #DBB879;
}
</style>