Shades of Tumbleweed #DCAA83
Tints of Tumbleweed #DCAA83
RGB
CMYK
RGB Variations
Color information
#DCAA83 (or 0xDCAA83) is known color: Tumbleweed. HEX triplet: DC, AA and 83. RGB value is (220,170,131). Sum of RGB (Red+Green+Blue) = 220+170+131=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA83 is #23557C. Grayscale: #B4B4B4. Windows color (decimal): -2315645 or 8628956. OLE color: 8628956.
HSL color Cylindrical-coordinate representation of color #DCAA83: hue angle of 26.29º degrees, saturation: 0.56, 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 #DCAA83 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 131 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.14 |
| HSL | 26.29º | 0.56% | 0.69% | - |
| HSV(B) | 26.29º | 0.4% | 0.86% | - |
| XYZ | 47.99 | 45.6 | 27.75 | - |
| YUV | 180.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 131 | 0 | 0.23 | 0.40 | 0.14 | 26.29 | 0.56 | 0.69 |
| Hex | DC | AA | 83 | 0 | 17 | 28 | E | 1A | 38 | 45 |
| Octal | 334 | 252 | 203 | 0 | 27 | 50 | 16 | 32 | 70 | 105 |
| Binary | 11011100 | 10101010 | 10000011 | 0 | 10111 | 101000 | 1110 | 11010 | 111000 | 1000101 |
Color Harmonies of #DCAA83
Complementary color
Monochromatic Colors of #DCAA83
Black with #DCAA83
Text Example
Text Example
White with #DCAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA83; }
p { color: rgb(220,170,131); }
H1.HeaderClassName
{
color: #DCAA83;
}
.AnyTagClassName
{
color: #DCAA83;
}
</style>
background-color css
<style>
a { background-color: #DCAA83; }
a { background-color: rgb(220,170,131); }
div.DivClassName
{
background-color: #DCAA83;
}
.BgClassName
{
background-color: #DCAA83;
}
</style>
border-color css
<style>
span { border-color: #DCAA83; }
span { border-color: rgb(220,170,131); }
td.TdClassName
{
border-color: #DCAA83;
}
.TagClassName
{
border-color: #DCAA83;
}
</style>