Shades of Tumbleweed #DBA374
Tints of Tumbleweed #DBA374
RGB
CMYK
RGB Variations
Color information
#DBA374 (or 0xDBA374) is known color: Tumbleweed. HEX triplet: DB, A3 and 74. RGB value is (219,163,116). Sum of RGB (Red+Green+Blue) = 219+163+116=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA374 is #245C8B. Grayscale: #AEAEAE. Windows color (decimal): -2382988 or 7644123. OLE color: 7644123.
HSL color Cylindrical-coordinate representation of color #DBA374: hue angle of 27.38º 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 #DBA374 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 116 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.14 |
| HSL | 27.38º | 0.59% | 0.66% | - |
| HSV(B) | 27.38º | 0.47% | 0.86% | - |
| XYZ | 45.46 | 42.52 | 22.33 | - |
| YUV | 174.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 116 | 0 | 0.26 | 0.47 | 0.14 | 27.38 | 0.59 | 0.66 |
| Hex | DB | A3 | 74 | 0 | 1A | 2F | E | 1B | 3B | 42 |
| Octal | 333 | 243 | 164 | 0 | 32 | 57 | 16 | 33 | 73 | 102 |
| Binary | 11011011 | 10100011 | 1110100 | 0 | 11010 | 101111 | 1110 | 11011 | 111011 | 1000010 |
Color Harmonies of #DBA374
Complementary color
Monochromatic Colors of #DBA374
Black with #DBA374
Text Example
Text Example
White with #DBA374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA374; }
p { color: rgb(219,163,116); }
H1.HeaderClassName
{
color: #DBA374;
}
.AnyTagClassName
{
color: #DBA374;
}
</style>
background-color css
<style>
a { background-color: #DBA374; }
a { background-color: rgb(219,163,116); }
div.DivClassName
{
background-color: #DBA374;
}
.BgClassName
{
background-color: #DBA374;
}
</style>
border-color css
<style>
span { border-color: #DBA374; }
span { border-color: rgb(219,163,116); }
td.TdClassName
{
border-color: #DBA374;
}
.TagClassName
{
border-color: #DBA374;
}
</style>