Shades of Tumbleweed #DBA380
Tints of Tumbleweed #DBA380
RGB
CMYK
RGB Variations
Color information
#DBA380 (or 0xDBA380) is known color: Tumbleweed. HEX triplet: DB, A3 and 80. RGB value is (219,163,128). Sum of RGB (Red+Green+Blue) = 219+163+128=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA380 is #245C7F. Grayscale: #AFAFAF. Windows color (decimal): -2382976 or 8430555. OLE color: 8430555.
HSL color Cylindrical-coordinate representation of color #DBA380: hue angle of 23.08º 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 #DBA380 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 128 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.14 |
| HSL | 23.08º | 0.56% | 0.68% | - |
| HSV(B) | 23.08º | 0.42% | 0.86% | - |
| XYZ | 46.21 | 42.81 | 26.25 | - |
| YUV | 175.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 128 | 0 | 0.26 | 0.42 | 0.14 | 23.08 | 0.56 | 0.68 |
| Hex | DB | A3 | 80 | 0 | 1A | 2A | E | 17 | 38 | 44 |
| Octal | 333 | 243 | 200 | 0 | 32 | 52 | 16 | 27 | 70 | 104 |
| Binary | 11011011 | 10100011 | 10000000 | 0 | 11010 | 101010 | 1110 | 10111 | 111000 | 1000100 |
Color Harmonies of #DBA380
Complementary color
Monochromatic Colors of #DBA380
Black with #DBA380
Text Example
Text Example
White with #DBA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA380; }
p { color: rgb(219,163,128); }
H1.HeaderClassName
{
color: #DBA380;
}
.AnyTagClassName
{
color: #DBA380;
}
</style>
background-color css
<style>
a { background-color: #DBA380; }
a { background-color: rgb(219,163,128); }
div.DivClassName
{
background-color: #DBA380;
}
.BgClassName
{
background-color: #DBA380;
}
</style>
border-color css
<style>
span { border-color: #DBA380; }
span { border-color: rgb(219,163,128); }
td.TdClassName
{
border-color: #DBA380;
}
.TagClassName
{
border-color: #DBA380;
}
</style>