Shades of Tumbleweed #DCA98F
Tints of Tumbleweed #DCA98F
RGB
CMYK
RGB Variations
Color information
#DCA98F (or 0xDCA98F) is known color: Tumbleweed. HEX triplet: DC, A9 and 8F. RGB value is (220,169,143). Sum of RGB (Red+Green+Blue) = 220+169+143=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA98F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA98F is #235670. Grayscale: #B5B5B5. Windows color (decimal): -2315889 or 9415132. OLE color: 9415132.
HSL color Cylindrical-coordinate representation of color #DCA98F: hue angle of 20.26º degrees, saturation: 0.52, 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 #DCA98F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 143 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.14 |
| HSL | 20.26º | 0.52% | 0.71% | - |
| HSV(B) | 20.26º | 0.35% | 0.86% | - |
| XYZ | 48.66 | 45.57 | 32.22 | - |
| YUV | 181.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 143 | 0 | 0.23 | 0.35 | 0.14 | 20.26 | 0.52 | 0.71 |
| Hex | DC | A9 | 8F | 0 | 17 | 23 | E | 14 | 34 | 47 |
| Octal | 334 | 251 | 217 | 0 | 27 | 43 | 16 | 24 | 64 | 107 |
| Binary | 11011100 | 10101001 | 10001111 | 0 | 10111 | 100011 | 1110 | 10100 | 110100 | 1000111 |
Color Harmonies of #DCA98F
Complementary color
Monochromatic Colors of #DCA98F
Black with #DCA98F
Text Example
Text Example
White with #DCA98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA98F; }
p { color: rgb(220,169,143); }
H1.HeaderClassName
{
color: #DCA98F;
}
.AnyTagClassName
{
color: #DCA98F;
}
</style>
background-color css
<style>
a { background-color: #DCA98F; }
a { background-color: rgb(220,169,143); }
div.DivClassName
{
background-color: #DCA98F;
}
.BgClassName
{
background-color: #DCA98F;
}
</style>
border-color css
<style>
span { border-color: #DCA98F; }
span { border-color: rgb(220,169,143); }
td.TdClassName
{
border-color: #DCA98F;
}
.TagClassName
{
border-color: #DCA98F;
}
</style>