Shades of Tumbleweed #DCAD8A
Tints of Tumbleweed #DCAD8A
RGB
CMYK
RGB Variations
Color information
#DCAD8A (or 0xDCAD8A) is known color: Tumbleweed. HEX triplet: DC, AD and 8A. RGB value is (220,173,138). Sum of RGB (Red+Green+Blue) = 220+173+138=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD8A is #235275. Grayscale: #B7B7B7. Windows color (decimal): -2314870 or 9088476. OLE color: 9088476.
HSL color Cylindrical-coordinate representation of color #DCAD8A: hue angle of 25.61º degrees, saturation: 0.54, 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 #DCAD8A is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 138 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.14 |
| HSL | 25.61º | 0.54% | 0.7% | - |
| HSV(B) | 25.61º | 0.37% | 0.86% | - |
| XYZ | 49.05 | 46.94 | 30.52 | - |
| YUV | 183.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 138 | 0 | 0.21 | 0.37 | 0.14 | 25.61 | 0.54 | 0.7 |
| Hex | DC | AD | 8A | 0 | 15 | 25 | E | 1A | 36 | 46 |
| Octal | 334 | 255 | 212 | 0 | 25 | 45 | 16 | 32 | 66 | 106 |
| Binary | 11011100 | 10101101 | 10001010 | 0 | 10101 | 100101 | 1110 | 11010 | 110110 | 1000110 |
Color Harmonies of #DCAD8A
Complementary color
Monochromatic Colors of #DCAD8A
Black with #DCAD8A
Text Example
Text Example
White with #DCAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD8A; }
p { color: rgb(220,173,138); }
H1.HeaderClassName
{
color: #DCAD8A;
}
.AnyTagClassName
{
color: #DCAD8A;
}
</style>
background-color css
<style>
a { background-color: #DCAD8A; }
a { background-color: rgb(220,173,138); }
div.DivClassName
{
background-color: #DCAD8A;
}
.BgClassName
{
background-color: #DCAD8A;
}
</style>
border-color css
<style>
span { border-color: #DCAD8A; }
span { border-color: rgb(220,173,138); }
td.TdClassName
{
border-color: #DCAD8A;
}
.TagClassName
{
border-color: #DCAD8A;
}
</style>