Shades of Tumbleweed #DBA284
Tints of Tumbleweed #DBA284
RGB
CMYK
RGB Variations
Color information
#DBA284 (or 0xDBA284) is known color: Tumbleweed. HEX triplet: DB, A2 and 84. RGB value is (219,162,132). Sum of RGB (Red+Green+Blue) = 219+162+132=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA284 is #245D7B. Grayscale: #AFAFAF. Windows color (decimal): -2383228 or 8692443. OLE color: 8692443.
HSL color Cylindrical-coordinate representation of color #DBA284: hue angle of 20.69º 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 #DBA284 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 132 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.14 |
| HSL | 20.69º | 0.55% | 0.69% | - |
| HSV(B) | 20.69º | 0.4% | 0.86% | - |
| XYZ | 46.3 | 42.57 | 27.61 | - |
| YUV | 175.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 132 | 0 | 0.26 | 0.40 | 0.14 | 20.69 | 0.55 | 0.69 |
| Hex | DB | A2 | 84 | 0 | 1A | 28 | E | 15 | 37 | 45 |
| Octal | 333 | 242 | 204 | 0 | 32 | 50 | 16 | 25 | 67 | 105 |
| Binary | 11011011 | 10100010 | 10000100 | 0 | 11010 | 101000 | 1110 | 10101 | 110111 | 1000101 |
Color Harmonies of #DBA284
Complementary color
Monochromatic Colors of #DBA284
Black with #DBA284
Text Example
Text Example
White with #DBA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA284; }
p { color: rgb(219,162,132); }
H1.HeaderClassName
{
color: #DBA284;
}
.AnyTagClassName
{
color: #DBA284;
}
</style>
background-color css
<style>
a { background-color: #DBA284; }
a { background-color: rgb(219,162,132); }
div.DivClassName
{
background-color: #DBA284;
}
.BgClassName
{
background-color: #DBA284;
}
</style>
border-color css
<style>
span { border-color: #DBA284; }
span { border-color: rgb(219,162,132); }
td.TdClassName
{
border-color: #DBA284;
}
.TagClassName
{
border-color: #DBA284;
}
</style>