Shades of Tumbleweed #DBA58A
Tints of Tumbleweed #DBA58A
RGB
CMYK
RGB Variations
Color information
#DBA58A (or 0xDBA58A) is known color: Tumbleweed. HEX triplet: DB, A5 and 8A. RGB value is (219,165,138). Sum of RGB (Red+Green+Blue) = 219+165+138=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA58A is #245A75. Grayscale: #B2B2B2. Windows color (decimal): -2382454 or 9086427. OLE color: 9086427.
HSL color Cylindrical-coordinate representation of color #DBA58A: hue angle of 20º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBA58A is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 138 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.14 |
| HSL | 20º | 0.53% | 0.7% | - |
| HSV(B) | 20º | 0.37% | 0.86% | - |
| XYZ | 47.26 | 43.81 | 30.01 | - |
| YUV | 178.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 138 | 0 | 0.25 | 0.37 | 0.14 | 20 | 0.53 | 0.7 |
| Hex | DB | A5 | 8A | 0 | 19 | 25 | E | 14 | 35 | 46 |
| Octal | 333 | 245 | 212 | 0 | 31 | 45 | 16 | 24 | 65 | 106 |
| Binary | 11011011 | 10100101 | 10001010 | 0 | 11001 | 100101 | 1110 | 10100 | 110101 | 1000110 |
Color Harmonies of #DBA58A
Complementary color
Monochromatic Colors of #DBA58A
Black with #DBA58A
Text Example
Text Example
White with #DBA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA58A; }
p { color: rgb(219,165,138); }
H1.HeaderClassName
{
color: #DBA58A;
}
.AnyTagClassName
{
color: #DBA58A;
}
</style>
background-color css
<style>
a { background-color: #DBA58A; }
a { background-color: rgb(219,165,138); }
div.DivClassName
{
background-color: #DBA58A;
}
.BgClassName
{
background-color: #DBA58A;
}
</style>
border-color css
<style>
span { border-color: #DBA58A; }
span { border-color: rgb(219,165,138); }
td.TdClassName
{
border-color: #DBA58A;
}
.TagClassName
{
border-color: #DBA58A;
}
</style>