Shades of Tumbleweed #DCA478
Tints of Tumbleweed #DCA478
RGB
CMYK
RGB Variations
Color information
#DCA478 (or 0xDCA478) is known color: Tumbleweed. HEX triplet: DC, A4 and 78. RGB value is (220,164,120). Sum of RGB (Red+Green+Blue) = 220+164+120=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA478 is #235B87. Grayscale: #AFAFAF. Windows color (decimal): -2317192 or 7906524. OLE color: 7906524.
HSL color Cylindrical-coordinate representation of color #DCA478: hue angle of 26.4º degrees, saturation: 0.59, 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 #DCA478 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 164 | 120 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.14 |
| HSL | 26.4º | 0.59% | 0.67% | - |
| HSV(B) | 26.4º | 0.45% | 0.86% | - |
| XYZ | 46.18 | 43.12 | 23.66 | - |
| YUV | 175.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 120 | 0 | 0.25 | 0.45 | 0.14 | 26.4 | 0.59 | 0.67 |
| Hex | DC | A4 | 78 | 0 | 19 | 2D | E | 1A | 3B | 43 |
| Octal | 334 | 244 | 170 | 0 | 31 | 55 | 16 | 32 | 73 | 103 |
| Binary | 11011100 | 10100100 | 1111000 | 0 | 11001 | 101101 | 1110 | 11010 | 111011 | 1000011 |
Color Harmonies of #DCA478
Complementary color
Monochromatic Colors of #DCA478
Black with #DCA478
Text Example
Text Example
White with #DCA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA478; }
p { color: rgb(220,164,120); }
H1.HeaderClassName
{
color: #DCA478;
}
.AnyTagClassName
{
color: #DCA478;
}
</style>
background-color css
<style>
a { background-color: #DCA478; }
a { background-color: rgb(220,164,120); }
div.DivClassName
{
background-color: #DCA478;
}
.BgClassName
{
background-color: #DCA478;
}
</style>
border-color css
<style>
span { border-color: #DCA478; }
span { border-color: rgb(220,164,120); }
td.TdClassName
{
border-color: #DCA478;
}
.TagClassName
{
border-color: #DCA478;
}
</style>