Shades of Tumbleweed #DBA275
Tints of Tumbleweed #DBA275
RGB
CMYK
RGB Variations
Color information
#DBA275 (or 0xDBA275) is known color: Tumbleweed. HEX triplet: DB, A2 and 75. RGB value is (219,162,117). Sum of RGB (Red+Green+Blue) = 219+162+117=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA275 is #245D8A. Grayscale: #AEAEAE. Windows color (decimal): -2383243 or 7709403. OLE color: 7709403.
HSL color Cylindrical-coordinate representation of color #DBA275: hue angle of 26.47º 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 #DBA275 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 117 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.14 |
| HSL | 26.47º | 0.59% | 0.66% | - |
| HSV(B) | 26.47º | 0.47% | 0.86% | - |
| XYZ | 45.34 | 42.19 | 22.58 | - |
| YUV | 173.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 117 | 0 | 0.26 | 0.47 | 0.14 | 26.47 | 0.59 | 0.66 |
| Hex | DB | A2 | 75 | 0 | 1A | 2F | E | 1A | 3B | 42 |
| Octal | 333 | 242 | 165 | 0 | 32 | 57 | 16 | 32 | 73 | 102 |
| Binary | 11011011 | 10100010 | 1110101 | 0 | 11010 | 101111 | 1110 | 11010 | 111011 | 1000010 |
Color Harmonies of #DBA275
Complementary color
Monochromatic Colors of #DBA275
Black with #DBA275
Text Example
Text Example
White with #DBA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA275; }
p { color: rgb(219,162,117); }
H1.HeaderClassName
{
color: #DBA275;
}
.AnyTagClassName
{
color: #DBA275;
}
</style>
background-color css
<style>
a { background-color: #DBA275; }
a { background-color: rgb(219,162,117); }
div.DivClassName
{
background-color: #DBA275;
}
.BgClassName
{
background-color: #DBA275;
}
</style>
border-color css
<style>
span { border-color: #DBA275; }
span { border-color: rgb(219,162,117); }
td.TdClassName
{
border-color: #DBA275;
}
.TagClassName
{
border-color: #DBA275;
}
</style>