Shades of Tumbleweed #DCAB8A
Tints of Tumbleweed #DCAB8A
RGB
CMYK
RGB Variations
Color information
#DCAB8A (or 0xDCAB8A) is known color: Tumbleweed. HEX triplet: DC, AB and 8A. RGB value is (220,171,138). Sum of RGB (Red+Green+Blue) = 220+171+138=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB8A is #235475. Grayscale: #B6B6B6. Windows color (decimal): -2315382 or 9087964. OLE color: 9087964.
HSL color Cylindrical-coordinate representation of color #DCAB8A: hue angle of 24.15º 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 #DCAB8A is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 138 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.14 |
| HSL | 24.15º | 0.54% | 0.7% | - |
| HSV(B) | 24.15º | 0.37% | 0.86% | - |
| XYZ | 48.67 | 46.18 | 30.39 | - |
| YUV | 181.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 138 | 0 | 0.22 | 0.37 | 0.14 | 24.15 | 0.54 | 0.7 |
| Hex | DC | AB | 8A | 0 | 16 | 25 | E | 18 | 36 | 46 |
| Octal | 334 | 253 | 212 | 0 | 26 | 45 | 16 | 30 | 66 | 106 |
| Binary | 11011100 | 10101011 | 10001010 | 0 | 10110 | 100101 | 1110 | 11000 | 110110 | 1000110 |
Color Harmonies of #DCAB8A
Complementary color
Monochromatic Colors of #DCAB8A
Black with #DCAB8A
Text Example
Text Example
White with #DCAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB8A; }
p { color: rgb(220,171,138); }
H1.HeaderClassName
{
color: #DCAB8A;
}
.AnyTagClassName
{
color: #DCAB8A;
}
</style>
background-color css
<style>
a { background-color: #DCAB8A; }
a { background-color: rgb(220,171,138); }
div.DivClassName
{
background-color: #DCAB8A;
}
.BgClassName
{
background-color: #DCAB8A;
}
</style>
border-color css
<style>
span { border-color: #DCAB8A; }
span { border-color: rgb(220,171,138); }
td.TdClassName
{
border-color: #DCAB8A;
}
.TagClassName
{
border-color: #DCAB8A;
}
</style>