Shades of Straw #DBBD84
Tints of Straw #DBBD84
RGB
CMYK
RGB Variations
Color information
#DBBD84 (or 0xDBBD84) is known color: Straw. HEX triplet: DB, BD and 84. RGB value is (219,189,132). Sum of RGB (Red+Green+Blue) = 219+189+132=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD84 is #24427B. Grayscale: #BFBFBF. Windows color (decimal): -2376316 or 8699355. OLE color: 8699355.
HSL color Cylindrical-coordinate representation of color #DBBD84: hue angle of 39.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBBD84 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 132 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.14 |
| HSL | 39.31º | 0.55% | 0.69% | - |
| HSV(B) | 39.31º | 0.4% | 0.86% | - |
| XYZ | 51.58 | 53.12 | 29.36 | - |
| YUV | 191.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 132 | 0 | 0.14 | 0.40 | 0.14 | 39.31 | 0.55 | 0.69 |
| Hex | DB | BD | 84 | 0 | E | 28 | E | 27 | 37 | 45 |
| Octal | 333 | 275 | 204 | 0 | 16 | 50 | 16 | 47 | 67 | 105 |
| Binary | 11011011 | 10111101 | 10000100 | 0 | 1110 | 101000 | 1110 | 100111 | 110111 | 1000101 |
Color Harmonies of #DBBD84
Complementary color
Monochromatic Colors of #DBBD84
Black with #DBBD84
Text Example
Text Example
White with #DBBD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD84; }
p { color: rgb(219,189,132); }
H1.HeaderClassName
{
color: #DBBD84;
}
.AnyTagClassName
{
color: #DBBD84;
}
</style>
background-color css
<style>
a { background-color: #DBBD84; }
a { background-color: rgb(219,189,132); }
div.DivClassName
{
background-color: #DBBD84;
}
.BgClassName
{
background-color: #DBBD84;
}
</style>
border-color css
<style>
span { border-color: #DBBD84; }
span { border-color: rgb(219,189,132); }
td.TdClassName
{
border-color: #DBBD84;
}
.TagClassName
{
border-color: #DBBD84;
}
</style>