Shades of Tumbleweed #DBA384
Tints of Tumbleweed #DBA384
RGB
CMYK
RGB Variations
Color information
#DBA384 (or 0xDBA384) is known color: Tumbleweed. HEX triplet: DB, A3 and 84. RGB value is (219,163,132). Sum of RGB (Red+Green+Blue) = 219+163+132=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA384 is #245C7B. Grayscale: #B0B0B0. Windows color (decimal): -2382972 or 8692699. OLE color: 8692699.
HSL color Cylindrical-coordinate representation of color #DBA384: hue angle of 21.38º 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 #DBA384 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 132 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.14 |
| HSL | 21.38º | 0.55% | 0.69% | - |
| HSV(B) | 21.38º | 0.4% | 0.86% | - |
| XYZ | 46.48 | 42.92 | 27.66 | - |
| YUV | 176.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 132 | 0 | 0.26 | 0.40 | 0.14 | 21.38 | 0.55 | 0.69 |
| Hex | DB | A3 | 84 | 0 | 1A | 28 | E | 15 | 37 | 45 |
| Octal | 333 | 243 | 204 | 0 | 32 | 50 | 16 | 25 | 67 | 105 |
| Binary | 11011011 | 10100011 | 10000100 | 0 | 11010 | 101000 | 1110 | 10101 | 110111 | 1000101 |
Color Harmonies of #DBA384
Complementary color
Monochromatic Colors of #DBA384
Black with #DBA384
Text Example
Text Example
White with #DBA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA384; }
p { color: rgb(219,163,132); }
H1.HeaderClassName
{
color: #DBA384;
}
.AnyTagClassName
{
color: #DBA384;
}
</style>
background-color css
<style>
a { background-color: #DBA384; }
a { background-color: rgb(219,163,132); }
div.DivClassName
{
background-color: #DBA384;
}
.BgClassName
{
background-color: #DBA384;
}
</style>
border-color css
<style>
span { border-color: #DBA384; }
span { border-color: rgb(219,163,132); }
td.TdClassName
{
border-color: #DBA384;
}
.TagClassName
{
border-color: #DBA384;
}
</style>