Shades of Tumbleweed #DBA574
Tints of Tumbleweed #DBA574
RGB
CMYK
RGB Variations
Color information
#DBA574 (or 0xDBA574) is known color: Tumbleweed. HEX triplet: DB, A5 and 74. RGB value is (219,165,116). Sum of RGB (Red+Green+Blue) = 219+165+116=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA574 is #245A8B. Grayscale: #AFAFAF. Windows color (decimal): -2382476 or 7644635. OLE color: 7644635.
HSL color Cylindrical-coordinate representation of color #DBA574: hue angle of 28.54º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBA574 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 116 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.14 |
| HSL | 28.54º | 0.59% | 0.66% | - |
| HSV(B) | 28.54º | 0.47% | 0.86% | - |
| XYZ | 45.82 | 43.23 | 22.45 | - |
| YUV | 175.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 116 | 0 | 0.25 | 0.47 | 0.14 | 28.54 | 0.59 | 0.66 |
| Hex | DB | A5 | 74 | 0 | 19 | 2F | E | 1D | 3B | 42 |
| Octal | 333 | 245 | 164 | 0 | 31 | 57 | 16 | 35 | 73 | 102 |
| Binary | 11011011 | 10100101 | 1110100 | 0 | 11001 | 101111 | 1110 | 11101 | 111011 | 1000010 |
Color Harmonies of #DBA574
Complementary color
Monochromatic Colors of #DBA574
Black with #DBA574
Text Example
Text Example
White with #DBA574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA574; }
p { color: rgb(219,165,116); }
H1.HeaderClassName
{
color: #DBA574;
}
.AnyTagClassName
{
color: #DBA574;
}
</style>
background-color css
<style>
a { background-color: #DBA574; }
a { background-color: rgb(219,165,116); }
div.DivClassName
{
background-color: #DBA574;
}
.BgClassName
{
background-color: #DBA574;
}
</style>
border-color css
<style>
span { border-color: #DBA574; }
span { border-color: rgb(219,165,116); }
td.TdClassName
{
border-color: #DBA574;
}
.TagClassName
{
border-color: #DBA574;
}
</style>