Shades of Tumbleweed #DCA98E
Tints of Tumbleweed #DCA98E
RGB
CMYK
RGB Variations
Color information
#DCA98E (or 0xDCA98E) is known color: Tumbleweed. HEX triplet: DC, A9 and 8E. RGB value is (220,169,142). Sum of RGB (Red+Green+Blue) = 220+169+142=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA98E is #235671. Grayscale: #B5B5B5. Windows color (decimal): -2315890 or 9349596. OLE color: 9349596.
HSL color Cylindrical-coordinate representation of color #DCA98E: hue angle of 20.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCA98E is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 142 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.14 |
| HSL | 20.77º | 0.53% | 0.71% | - |
| HSV(B) | 20.77º | 0.35% | 0.86% | - |
| XYZ | 48.59 | 45.54 | 31.82 | - |
| YUV | 181.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 142 | 0 | 0.23 | 0.35 | 0.14 | 20.77 | 0.53 | 0.71 |
| Hex | DC | A9 | 8E | 0 | 17 | 23 | E | 15 | 35 | 47 |
| Octal | 334 | 251 | 216 | 0 | 27 | 43 | 16 | 25 | 65 | 107 |
| Binary | 11011100 | 10101001 | 10001110 | 0 | 10111 | 100011 | 1110 | 10101 | 110101 | 1000111 |
Color Harmonies of #DCA98E
Complementary color
Monochromatic Colors of #DCA98E
Black with #DCA98E
Text Example
Text Example
White with #DCA98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA98E; }
p { color: rgb(220,169,142); }
H1.HeaderClassName
{
color: #DCA98E;
}
.AnyTagClassName
{
color: #DCA98E;
}
</style>
background-color css
<style>
a { background-color: #DCA98E; }
a { background-color: rgb(220,169,142); }
div.DivClassName
{
background-color: #DCA98E;
}
.BgClassName
{
background-color: #DCA98E;
}
</style>
border-color css
<style>
span { border-color: #DCA98E; }
span { border-color: rgb(220,169,142); }
td.TdClassName
{
border-color: #DCA98E;
}
.TagClassName
{
border-color: #DCA98E;
}
</style>