Shades of Tumbleweed #DCA37D
Tints of Tumbleweed #DCA37D
RGB
CMYK
RGB Variations
Color information
#DCA37D (or 0xDCA37D) is known color: Tumbleweed. HEX triplet: DC, A3 and 7D. RGB value is (220,163,125). Sum of RGB (Red+Green+Blue) = 220+163+125=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA37D is #235C82. Grayscale: #AFAFAF. Windows color (decimal): -2317443 or 8233948. OLE color: 8233948.
HSL color Cylindrical-coordinate representation of color #DCA37D: hue angle of 24º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCA37D is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 125 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.14 |
| HSL | 24º | 0.58% | 0.68% | - |
| HSV(B) | 24º | 0.43% | 0.86% | - |
| XYZ | 46.31 | 42.89 | 25.24 | - |
| YUV | 175.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 125 | 0 | 0.26 | 0.43 | 0.14 | 24 | 0.58 | 0.68 |
| Hex | DC | A3 | 7D | 0 | 1A | 2B | E | 18 | 3A | 44 |
| Octal | 334 | 243 | 175 | 0 | 32 | 53 | 16 | 30 | 72 | 104 |
| Binary | 11011100 | 10100011 | 1111101 | 0 | 11010 | 101011 | 1110 | 11000 | 111010 | 1000100 |
Color Harmonies of #DCA37D
Complementary color
Monochromatic Colors of #DCA37D
Black with #DCA37D
Text Example
Text Example
White with #DCA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA37D; }
p { color: rgb(220,163,125); }
H1.HeaderClassName
{
color: #DCA37D;
}
.AnyTagClassName
{
color: #DCA37D;
}
</style>
background-color css
<style>
a { background-color: #DCA37D; }
a { background-color: rgb(220,163,125); }
div.DivClassName
{
background-color: #DCA37D;
}
.BgClassName
{
background-color: #DCA37D;
}
</style>
border-color css
<style>
span { border-color: #DCA37D; }
span { border-color: rgb(220,163,125); }
td.TdClassName
{
border-color: #DCA37D;
}
.TagClassName
{
border-color: #DCA37D;
}
</style>