Shades of Tumbleweed #DBA47D
Tints of Tumbleweed #DBA47D
RGB
CMYK
RGB Variations
Color information
#DBA47D (or 0xDBA47D) is known color: Tumbleweed. HEX triplet: DB, A4 and 7D. RGB value is (219,164,125). Sum of RGB (Red+Green+Blue) = 219+164+125=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA47D is #245B82. Grayscale: #B0B0B0. Windows color (decimal): -2382723 or 8234203. OLE color: 8234203.
HSL color Cylindrical-coordinate representation of color #DBA47D: hue angle of 24.89º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBA47D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 125 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.14 |
| HSL | 24.89º | 0.57% | 0.67% | - |
| HSV(B) | 24.89º | 0.43% | 0.86% | - |
| XYZ | 46.19 | 43.09 | 25.29 | - |
| YUV | 176 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 125 | 0 | 0.25 | 0.43 | 0.14 | 24.89 | 0.57 | 0.67 |
| Hex | DB | A4 | 7D | 0 | 19 | 2B | E | 19 | 39 | 43 |
| Octal | 333 | 244 | 175 | 0 | 31 | 53 | 16 | 31 | 71 | 103 |
| Binary | 11011011 | 10100100 | 1111101 | 0 | 11001 | 101011 | 1110 | 11001 | 111001 | 1000011 |
Color Harmonies of #DBA47D
Complementary color
Monochromatic Colors of #DBA47D
Black with #DBA47D
Text Example
Text Example
White with #DBA47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA47D; }
p { color: rgb(219,164,125); }
H1.HeaderClassName
{
color: #DBA47D;
}
.AnyTagClassName
{
color: #DBA47D;
}
</style>
background-color css
<style>
a { background-color: #DBA47D; }
a { background-color: rgb(219,164,125); }
div.DivClassName
{
background-color: #DBA47D;
}
.BgClassName
{
background-color: #DBA47D;
}
</style>
border-color css
<style>
span { border-color: #DBA47D; }
span { border-color: rgb(219,164,125); }
td.TdClassName
{
border-color: #DBA47D;
}
.TagClassName
{
border-color: #DBA47D;
}
</style>