Shades of Tumbleweed #DBA484
Tints of Tumbleweed #DBA484
RGB
CMYK
RGB Variations
Color information
#DBA484 (or 0xDBA484) is known color: Tumbleweed. HEX triplet: DB, A4 and 84. RGB value is (219,164,132). Sum of RGB (Red+Green+Blue) = 219+164+132=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA484 is #245B7B. Grayscale: #B0B0B0. Windows color (decimal): -2382716 or 8692955. OLE color: 8692955.
HSL color Cylindrical-coordinate representation of color #DBA484: hue angle of 22.07º 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 #DBA484 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 132 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.14 |
| HSL | 22.07º | 0.55% | 0.69% | - |
| HSV(B) | 22.07º | 0.4% | 0.86% | - |
| XYZ | 46.65 | 43.28 | 27.72 | - |
| YUV | 176.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 132 | 0 | 0.25 | 0.40 | 0.14 | 22.07 | 0.55 | 0.69 |
| Hex | DB | A4 | 84 | 0 | 19 | 28 | E | 16 | 37 | 45 |
| Octal | 333 | 244 | 204 | 0 | 31 | 50 | 16 | 26 | 67 | 105 |
| Binary | 11011011 | 10100100 | 10000100 | 0 | 11001 | 101000 | 1110 | 10110 | 110111 | 1000101 |
Color Harmonies of #DBA484
Complementary color
Monochromatic Colors of #DBA484
Black with #DBA484
Text Example
Text Example
White with #DBA484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA484; }
p { color: rgb(219,164,132); }
H1.HeaderClassName
{
color: #DBA484;
}
.AnyTagClassName
{
color: #DBA484;
}
</style>
background-color css
<style>
a { background-color: #DBA484; }
a { background-color: rgb(219,164,132); }
div.DivClassName
{
background-color: #DBA484;
}
.BgClassName
{
background-color: #DBA484;
}
</style>
border-color css
<style>
span { border-color: #DBA484; }
span { border-color: rgb(219,164,132); }
td.TdClassName
{
border-color: #DBA484;
}
.TagClassName
{
border-color: #DBA484;
}
</style>