Shades of Tumbleweed #DCA98A
Tints of Tumbleweed #DCA98A
RGB
CMYK
RGB Variations
Color information
#DCA98A (or 0xDCA98A) is known color: Tumbleweed. HEX triplet: DC, A9 and 8A. RGB value is (220,169,138). Sum of RGB (Red+Green+Blue) = 220+169+138=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA98A is #235675. Grayscale: #B4B4B4. Windows color (decimal): -2315894 or 9087452. OLE color: 9087452.
HSL color Cylindrical-coordinate representation of color #DCA98A: hue angle of 22.68º 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 #DCA98A is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 138 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.14 |
| HSL | 22.68º | 0.54% | 0.7% | - |
| HSV(B) | 22.68º | 0.37% | 0.86% | - |
| XYZ | 48.29 | 45.43 | 30.27 | - |
| YUV | 180.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 138 | 0 | 0.23 | 0.37 | 0.14 | 22.68 | 0.54 | 0.7 |
| Hex | DC | A9 | 8A | 0 | 17 | 25 | E | 17 | 36 | 46 |
| Octal | 334 | 251 | 212 | 0 | 27 | 45 | 16 | 27 | 66 | 106 |
| Binary | 11011100 | 10101001 | 10001010 | 0 | 10111 | 100101 | 1110 | 10111 | 110110 | 1000110 |
Color Harmonies of #DCA98A
Complementary color
Monochromatic Colors of #DCA98A
Black with #DCA98A
Text Example
Text Example
White with #DCA98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA98A; }
p { color: rgb(220,169,138); }
H1.HeaderClassName
{
color: #DCA98A;
}
.AnyTagClassName
{
color: #DCA98A;
}
</style>
background-color css
<style>
a { background-color: #DCA98A; }
a { background-color: rgb(220,169,138); }
div.DivClassName
{
background-color: #DCA98A;
}
.BgClassName
{
background-color: #DCA98A;
}
</style>
border-color css
<style>
span { border-color: #DCA98A; }
span { border-color: rgb(220,169,138); }
td.TdClassName
{
border-color: #DCA98A;
}
.TagClassName
{
border-color: #DCA98A;
}
</style>