Shades of Tumbleweed #DCAD89
Tints of Tumbleweed #DCAD89
RGB
CMYK
RGB Variations
Color information
#DCAD89 (or 0xDCAD89) is known color: Tumbleweed. HEX triplet: DC, AD and 89. RGB value is (220,173,137). Sum of RGB (Red+Green+Blue) = 220+173+137=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD89 is #235276. Grayscale: #B7B7B7. Windows color (decimal): -2314871 or 9022940. OLE color: 9022940.
HSL color Cylindrical-coordinate representation of color #DCAD89: hue angle of 26.02º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCAD89 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 137 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.14 |
| HSL | 26.02º | 0.54% | 0.7% | - |
| HSV(B) | 26.02º | 0.38% | 0.86% | - |
| XYZ | 48.97 | 46.91 | 30.14 | - |
| YUV | 182.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 137 | 0 | 0.21 | 0.38 | 0.14 | 26.02 | 0.54 | 0.7 |
| Hex | DC | AD | 89 | 0 | 15 | 26 | E | 1A | 36 | 46 |
| Octal | 334 | 255 | 211 | 0 | 25 | 46 | 16 | 32 | 66 | 106 |
| Binary | 11011100 | 10101101 | 10001001 | 0 | 10101 | 100110 | 1110 | 11010 | 110110 | 1000110 |
Color Harmonies of #DCAD89
Complementary color
Monochromatic Colors of #DCAD89
Black with #DCAD89
Text Example
Text Example
White with #DCAD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD89; }
p { color: rgb(220,173,137); }
H1.HeaderClassName
{
color: #DCAD89;
}
.AnyTagClassName
{
color: #DCAD89;
}
</style>
background-color css
<style>
a { background-color: #DCAD89; }
a { background-color: rgb(220,173,137); }
div.DivClassName
{
background-color: #DCAD89;
}
.BgClassName
{
background-color: #DCAD89;
}
</style>
border-color css
<style>
span { border-color: #DCAD89; }
span { border-color: rgb(220,173,137); }
td.TdClassName
{
border-color: #DCAD89;
}
.TagClassName
{
border-color: #DCAD89;
}
</style>