Shades of Tumbleweed #DCAA85
Tints of Tumbleweed #DCAA85
RGB
CMYK
RGB Variations
Color information
#DCAA85 (or 0xDCAA85) is known color: Tumbleweed. HEX triplet: DC, AA and 85. RGB value is (220,170,133). Sum of RGB (Red+Green+Blue) = 220+170+133=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA85 is #23557A. Grayscale: #B4B4B4. Windows color (decimal): -2315643 or 8760028. OLE color: 8760028.
HSL color Cylindrical-coordinate representation of color #DCAA85: hue angle of 25.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCAA85 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 133 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.14 |
| HSL | 25.52º | 0.55% | 0.69% | - |
| HSV(B) | 25.52º | 0.4% | 0.86% | - |
| XYZ | 48.12 | 45.66 | 28.47 | - |
| YUV | 180.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 133 | 0 | 0.23 | 0.40 | 0.14 | 25.52 | 0.55 | 0.69 |
| Hex | DC | AA | 85 | 0 | 17 | 28 | E | 1A | 37 | 45 |
| Octal | 334 | 252 | 205 | 0 | 27 | 50 | 16 | 32 | 67 | 105 |
| Binary | 11011100 | 10101010 | 10000101 | 0 | 10111 | 101000 | 1110 | 11010 | 110111 | 1000101 |
Color Harmonies of #DCAA85
Complementary color
Monochromatic Colors of #DCAA85
Black with #DCAA85
Text Example
Text Example
White with #DCAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA85; }
p { color: rgb(220,170,133); }
H1.HeaderClassName
{
color: #DCAA85;
}
.AnyTagClassName
{
color: #DCAA85;
}
</style>
background-color css
<style>
a { background-color: #DCAA85; }
a { background-color: rgb(220,170,133); }
div.DivClassName
{
background-color: #DCAA85;
}
.BgClassName
{
background-color: #DCAA85;
}
</style>
border-color css
<style>
span { border-color: #DCAA85; }
span { border-color: rgb(220,170,133); }
td.TdClassName
{
border-color: #DCAA85;
}
.TagClassName
{
border-color: #DCAA85;
}
</style>