Shades of Tumbleweed #DBAD8A
Tints of Tumbleweed #DBAD8A
RGB
CMYK
RGB Variations
Color information
#DBAD8A (or 0xDBAD8A) is known color: Tumbleweed. HEX triplet: DB, AD and 8A. RGB value is (219,173,138). Sum of RGB (Red+Green+Blue) = 219+173+138=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD8A is #245275. Grayscale: #B6B6B6. Windows color (decimal): -2380406 or 9088475. OLE color: 9088475.
HSL color Cylindrical-coordinate representation of color #DBAD8A: hue angle of 25.93º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBAD8A is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 138 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.14 |
| HSL | 25.93º | 0.53% | 0.7% | - |
| HSV(B) | 25.93º | 0.37% | 0.86% | - |
| XYZ | 48.74 | 46.78 | 30.51 | - |
| YUV | 182.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 138 | 0 | 0.21 | 0.37 | 0.14 | 25.93 | 0.53 | 0.7 |
| Hex | DB | AD | 8A | 0 | 15 | 25 | E | 1A | 35 | 46 |
| Octal | 333 | 255 | 212 | 0 | 25 | 45 | 16 | 32 | 65 | 106 |
| Binary | 11011011 | 10101101 | 10001010 | 0 | 10101 | 100101 | 1110 | 11010 | 110101 | 1000110 |
Color Harmonies of #DBAD8A
Complementary color
Monochromatic Colors of #DBAD8A
Black with #DBAD8A
Text Example
Text Example
White with #DBAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD8A; }
p { color: rgb(219,173,138); }
H1.HeaderClassName
{
color: #DBAD8A;
}
.AnyTagClassName
{
color: #DBAD8A;
}
</style>
background-color css
<style>
a { background-color: #DBAD8A; }
a { background-color: rgb(219,173,138); }
div.DivClassName
{
background-color: #DBAD8A;
}
.BgClassName
{
background-color: #DBAD8A;
}
</style>
border-color css
<style>
span { border-color: #DBAD8A; }
span { border-color: rgb(219,173,138); }
td.TdClassName
{
border-color: #DBAD8A;
}
.TagClassName
{
border-color: #DBAD8A;
}
</style>