Shades of Tumbleweed #DBA283
Tints of Tumbleweed #DBA283
RGB
CMYK
RGB Variations
Color information
#DBA283 (or 0xDBA283) is known color: Tumbleweed. HEX triplet: DB, A2 and 83. RGB value is (219,162,131). Sum of RGB (Red+Green+Blue) = 219+162+131=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA283 is #245D7C. Grayscale: #AFAFAF. Windows color (decimal): -2383229 or 8626907. OLE color: 8626907.
HSL color Cylindrical-coordinate representation of color #DBA283: hue angle of 21.14º 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 #DBA283 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 131 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.14 |
| HSL | 21.14º | 0.55% | 0.69% | - |
| HSV(B) | 21.14º | 0.4% | 0.86% | - |
| XYZ | 46.23 | 42.54 | 27.25 | - |
| YUV | 175.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 131 | 0 | 0.26 | 0.40 | 0.14 | 21.14 | 0.55 | 0.69 |
| Hex | DB | A2 | 83 | 0 | 1A | 28 | E | 15 | 37 | 45 |
| Octal | 333 | 242 | 203 | 0 | 32 | 50 | 16 | 25 | 67 | 105 |
| Binary | 11011011 | 10100010 | 10000011 | 0 | 11010 | 101000 | 1110 | 10101 | 110111 | 1000101 |
Color Harmonies of #DBA283
Complementary color
Monochromatic Colors of #DBA283
Black with #DBA283
Text Example
Text Example
White with #DBA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA283; }
p { color: rgb(219,162,131); }
H1.HeaderClassName
{
color: #DBA283;
}
.AnyTagClassName
{
color: #DBA283;
}
</style>
background-color css
<style>
a { background-color: #DBA283; }
a { background-color: rgb(219,162,131); }
div.DivClassName
{
background-color: #DBA283;
}
.BgClassName
{
background-color: #DBA283;
}
</style>
border-color css
<style>
span { border-color: #DBA283; }
span { border-color: rgb(219,162,131); }
td.TdClassName
{
border-color: #DBA283;
}
.TagClassName
{
border-color: #DBA283;
}
</style>