Shades of Tumbleweed #DBA87D
Tints of Tumbleweed #DBA87D
RGB
CMYK
RGB Variations
Color information
#DBA87D (or 0xDBA87D) is known color: Tumbleweed. HEX triplet: DB, A8 and 7D. RGB value is (219,168,125). Sum of RGB (Red+Green+Blue) = 219+168+125=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA87D is #245782. Grayscale: #B2B2B2. Windows color (decimal): -2381699 or 8235227. OLE color: 8235227.
HSL color Cylindrical-coordinate representation of color #DBA87D: hue angle of 27.45º 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 #DBA87D is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 125 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.14 |
| HSL | 27.45º | 0.57% | 0.67% | - |
| HSV(B) | 27.45º | 0.43% | 0.86% | - |
| XYZ | 46.92 | 44.55 | 25.53 | - |
| YUV | 178.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 125 | 0 | 0.23 | 0.43 | 0.14 | 27.45 | 0.57 | 0.67 |
| Hex | DB | A8 | 7D | 0 | 17 | 2B | E | 1B | 39 | 43 |
| Octal | 333 | 250 | 175 | 0 | 27 | 53 | 16 | 33 | 71 | 103 |
| Binary | 11011011 | 10101000 | 1111101 | 0 | 10111 | 101011 | 1110 | 11011 | 111001 | 1000011 |
Color Harmonies of #DBA87D
Complementary color
Monochromatic Colors of #DBA87D
Black with #DBA87D
Text Example
Text Example
White with #DBA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA87D; }
p { color: rgb(219,168,125); }
H1.HeaderClassName
{
color: #DBA87D;
}
.AnyTagClassName
{
color: #DBA87D;
}
</style>
background-color css
<style>
a { background-color: #DBA87D; }
a { background-color: rgb(219,168,125); }
div.DivClassName
{
background-color: #DBA87D;
}
.BgClassName
{
background-color: #DBA87D;
}
</style>
border-color css
<style>
span { border-color: #DBA87D; }
span { border-color: rgb(219,168,125); }
td.TdClassName
{
border-color: #DBA87D;
}
.TagClassName
{
border-color: #DBA87D;
}
</style>