Shades of Tumbleweed #DCA57A
Tints of Tumbleweed #DCA57A
RGB
CMYK
RGB Variations
Color information
#DCA57A (or 0xDCA57A) is known color: Tumbleweed. HEX triplet: DC, A5 and 7A. RGB value is (220,165,122). Sum of RGB (Red+Green+Blue) = 220+165+122=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA57A is #235A85. Grayscale: #B0B0B0. Windows color (decimal): -2316934 or 8037852. OLE color: 8037852.
HSL color Cylindrical-coordinate representation of color #DCA57A: hue angle of 26.33º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCA57A is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 122 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.14 |
| HSL | 26.33º | 0.58% | 0.67% | - |
| HSV(B) | 26.33º | 0.45% | 0.86% | - |
| XYZ | 46.48 | 43.53 | 24.36 | - |
| YUV | 176.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 122 | 0 | 0.25 | 0.45 | 0.14 | 26.33 | 0.58 | 0.67 |
| Hex | DC | A5 | 7A | 0 | 19 | 2D | E | 1A | 3A | 43 |
| Octal | 334 | 245 | 172 | 0 | 31 | 55 | 16 | 32 | 72 | 103 |
| Binary | 11011100 | 10100101 | 1111010 | 0 | 11001 | 101101 | 1110 | 11010 | 111010 | 1000011 |
Color Harmonies of #DCA57A
Complementary color
Monochromatic Colors of #DCA57A
Black with #DCA57A
Text Example
Text Example
White with #DCA57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA57A; }
p { color: rgb(220,165,122); }
H1.HeaderClassName
{
color: #DCA57A;
}
.AnyTagClassName
{
color: #DCA57A;
}
</style>
background-color css
<style>
a { background-color: #DCA57A; }
a { background-color: rgb(220,165,122); }
div.DivClassName
{
background-color: #DCA57A;
}
.BgClassName
{
background-color: #DCA57A;
}
</style>
border-color css
<style>
span { border-color: #DCA57A; }
span { border-color: rgb(220,165,122); }
td.TdClassName
{
border-color: #DCA57A;
}
.TagClassName
{
border-color: #DCA57A;
}
</style>