Shades of Tumbleweed #DBA48A
Tints of Tumbleweed #DBA48A
RGB
CMYK
RGB Variations
Color information
#DBA48A (or 0xDBA48A) is known color: Tumbleweed. HEX triplet: DB, A4 and 8A. RGB value is (219,164,138). Sum of RGB (Red+Green+Blue) = 219+164+138=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA48A is #245B75. Grayscale: #B1B1B1. Windows color (decimal): -2382710 or 9086171. OLE color: 9086171.
HSL color Cylindrical-coordinate representation of color #DBA48A: hue angle of 19.26º 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 #DBA48A is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 138 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.14 |
| HSL | 19.26º | 0.53% | 0.7% | - |
| HSV(B) | 19.26º | 0.37% | 0.86% | - |
| XYZ | 47.08 | 43.45 | 29.95 | - |
| YUV | 177.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 138 | 0 | 0.25 | 0.37 | 0.14 | 19.26 | 0.53 | 0.7 |
| Hex | DB | A4 | 8A | 0 | 19 | 25 | E | 13 | 35 | 46 |
| Octal | 333 | 244 | 212 | 0 | 31 | 45 | 16 | 23 | 65 | 106 |
| Binary | 11011011 | 10100100 | 10001010 | 0 | 11001 | 100101 | 1110 | 10011 | 110101 | 1000110 |
Color Harmonies of #DBA48A
Complementary color
Monochromatic Colors of #DBA48A
Black with #DBA48A
Text Example
Text Example
White with #DBA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA48A; }
p { color: rgb(219,164,138); }
H1.HeaderClassName
{
color: #DBA48A;
}
.AnyTagClassName
{
color: #DBA48A;
}
</style>
background-color css
<style>
a { background-color: #DBA48A; }
a { background-color: rgb(219,164,138); }
div.DivClassName
{
background-color: #DBA48A;
}
.BgClassName
{
background-color: #DBA48A;
}
</style>
border-color css
<style>
span { border-color: #DBA48A; }
span { border-color: rgb(219,164,138); }
td.TdClassName
{
border-color: #DBA48A;
}
.TagClassName
{
border-color: #DBA48A;
}
</style>