Shades of Tumbleweed #DBA68A
Tints of Tumbleweed #DBA68A
RGB
CMYK
RGB Variations
Color information
#DBA68A (or 0xDBA68A) is known color: Tumbleweed. HEX triplet: DB, A6 and 8A. RGB value is (219,166,138). Sum of RGB (Red+Green+Blue) = 219+166+138=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA68A is #245975. Grayscale: #B2B2B2. Windows color (decimal): -2382198 or 9086683. OLE color: 9086683.
HSL color Cylindrical-coordinate representation of color #DBA68A: hue angle of 20.74º 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 #DBA68A is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 138 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.14 |
| HSL | 20.74º | 0.53% | 0.7% | - |
| HSV(B) | 20.74º | 0.37% | 0.86% | - |
| XYZ | 47.44 | 44.17 | 30.07 | - |
| YUV | 178.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 138 | 0 | 0.24 | 0.37 | 0.14 | 20.74 | 0.53 | 0.7 |
| Hex | DB | A6 | 8A | 0 | 18 | 25 | E | 15 | 35 | 46 |
| Octal | 333 | 246 | 212 | 0 | 30 | 45 | 16 | 25 | 65 | 106 |
| Binary | 11011011 | 10100110 | 10001010 | 0 | 11000 | 100101 | 1110 | 10101 | 110101 | 1000110 |
Color Harmonies of #DBA68A
Complementary color
Monochromatic Colors of #DBA68A
Black with #DBA68A
Text Example
Text Example
White with #DBA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA68A; }
p { color: rgb(219,166,138); }
H1.HeaderClassName
{
color: #DBA68A;
}
.AnyTagClassName
{
color: #DBA68A;
}
</style>
background-color css
<style>
a { background-color: #DBA68A; }
a { background-color: rgb(219,166,138); }
div.DivClassName
{
background-color: #DBA68A;
}
.BgClassName
{
background-color: #DBA68A;
}
</style>
border-color css
<style>
span { border-color: #DBA68A; }
span { border-color: rgb(219,166,138); }
td.TdClassName
{
border-color: #DBA68A;
}
.TagClassName
{
border-color: #DBA68A;
}
</style>