Shades of Tumbleweed #DBA57F
Tints of Tumbleweed #DBA57F
RGB
CMYK
RGB Variations
Color information
#DBA57F (or 0xDBA57F) is known color: Tumbleweed. HEX triplet: DB, A5 and 7F. RGB value is (219,165,127). Sum of RGB (Red+Green+Blue) = 219+165+127=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA57F is #245A80. Grayscale: #B1B1B1. Windows color (decimal): -2382465 or 8365531. OLE color: 8365531.
HSL color Cylindrical-coordinate representation of color #DBA57F: hue angle of 24.78º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBA57F is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 127 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.14 |
| HSL | 24.78º | 0.56% | 0.68% | - |
| HSV(B) | 24.78º | 0.42% | 0.86% | - |
| XYZ | 46.5 | 43.5 | 26.02 | - |
| YUV | 176.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 127 | 0 | 0.25 | 0.42 | 0.14 | 24.78 | 0.56 | 0.68 |
| Hex | DB | A5 | 7F | 0 | 19 | 2A | E | 19 | 38 | 44 |
| Octal | 333 | 245 | 177 | 0 | 31 | 52 | 16 | 31 | 70 | 104 |
| Binary | 11011011 | 10100101 | 1111111 | 0 | 11001 | 101010 | 1110 | 11001 | 111000 | 1000100 |
Color Harmonies of #DBA57F
Complementary color
Monochromatic Colors of #DBA57F
Black with #DBA57F
Text Example
Text Example
White with #DBA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA57F; }
p { color: rgb(219,165,127); }
H1.HeaderClassName
{
color: #DBA57F;
}
.AnyTagClassName
{
color: #DBA57F;
}
</style>
background-color css
<style>
a { background-color: #DBA57F; }
a { background-color: rgb(219,165,127); }
div.DivClassName
{
background-color: #DBA57F;
}
.BgClassName
{
background-color: #DBA57F;
}
</style>
border-color css
<style>
span { border-color: #DBA57F; }
span { border-color: rgb(219,165,127); }
td.TdClassName
{
border-color: #DBA57F;
}
.TagClassName
{
border-color: #DBA57F;
}
</style>