Shades of Tumbleweed #DCA574
Tints of Tumbleweed #DCA574
RGB
CMYK
RGB Variations
Color information
#DCA574 (or 0xDCA574) is known color: Tumbleweed. HEX triplet: DC, A5 and 74. RGB value is (220,165,116). Sum of RGB (Red+Green+Blue) = 220+165+116=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA574 is #235A8B. Grayscale: #B0B0B0. Windows color (decimal): -2316940 or 7644636. OLE color: 7644636.
HSL color Cylindrical-coordinate representation of color #DCA574: hue angle of 28.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCA574 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 116 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.14 |
| HSL | 28.27º | 0.6% | 0.66% | - |
| HSV(B) | 28.27º | 0.47% | 0.86% | - |
| XYZ | 46.12 | 43.39 | 22.47 | - |
| YUV | 175.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 116 | 0 | 0.25 | 0.47 | 0.14 | 28.27 | 0.6 | 0.66 |
| Hex | DC | A5 | 74 | 0 | 19 | 2F | E | 1C | 3C | 42 |
| Octal | 334 | 245 | 164 | 0 | 31 | 57 | 16 | 34 | 74 | 102 |
| Binary | 11011100 | 10100101 | 1110100 | 0 | 11001 | 101111 | 1110 | 11100 | 111100 | 1000010 |
Color Harmonies of #DCA574
Complementary color
Monochromatic Colors of #DCA574
Black with #DCA574
Text Example
Text Example
White with #DCA574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA574; }
p { color: rgb(220,165,116); }
H1.HeaderClassName
{
color: #DCA574;
}
.AnyTagClassName
{
color: #DCA574;
}
</style>
background-color css
<style>
a { background-color: #DCA574; }
a { background-color: rgb(220,165,116); }
div.DivClassName
{
background-color: #DCA574;
}
.BgClassName
{
background-color: #DCA574;
}
</style>
border-color css
<style>
span { border-color: #DCA574; }
span { border-color: rgb(220,165,116); }
td.TdClassName
{
border-color: #DCA574;
}
.TagClassName
{
border-color: #DCA574;
}
</style>