Shades of Tumbleweed #DBAB82
Tints of Tumbleweed #DBAB82
RGB
CMYK
RGB Variations
Color information
#DBAB82 (or 0xDBAB82) is known color: Tumbleweed. HEX triplet: DB, AB and 82. RGB value is (219,171,130). Sum of RGB (Red+Green+Blue) = 219+171+130=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB82 is #24547D. Grayscale: #B4B4B4. Windows color (decimal): -2380926 or 8563675. OLE color: 8563675.
HSL color Cylindrical-coordinate representation of color #DBAB82: hue angle of 27.64º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBAB82 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 130 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.14 |
| HSL | 27.64º | 0.55% | 0.68% | - |
| HSV(B) | 27.64º | 0.41% | 0.86% | - |
| XYZ | 47.81 | 45.8 | 27.44 | - |
| YUV | 180.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 130 | 0 | 0.22 | 0.41 | 0.14 | 27.64 | 0.55 | 0.68 |
| Hex | DB | AB | 82 | 0 | 16 | 29 | E | 1C | 37 | 44 |
| Octal | 333 | 253 | 202 | 0 | 26 | 51 | 16 | 34 | 67 | 104 |
| Binary | 11011011 | 10101011 | 10000010 | 0 | 10110 | 101001 | 1110 | 11100 | 110111 | 1000100 |
Color Harmonies of #DBAB82
Complementary color
Monochromatic Colors of #DBAB82
Black with #DBAB82
Text Example
Text Example
White with #DBAB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB82; }
p { color: rgb(219,171,130); }
H1.HeaderClassName
{
color: #DBAB82;
}
.AnyTagClassName
{
color: #DBAB82;
}
</style>
background-color css
<style>
a { background-color: #DBAB82; }
a { background-color: rgb(219,171,130); }
div.DivClassName
{
background-color: #DBAB82;
}
.BgClassName
{
background-color: #DBAB82;
}
</style>
border-color css
<style>
span { border-color: #DBAB82; }
span { border-color: rgb(219,171,130); }
td.TdClassName
{
border-color: #DBAB82;
}
.TagClassName
{
border-color: #DBAB82;
}
</style>