Shades of Tumbleweed #DCA77D
Tints of Tumbleweed #DCA77D
RGB
CMYK
RGB Variations
Color information
#DCA77D (or 0xDCA77D) is known color: Tumbleweed. HEX triplet: DC, A7 and 7D. RGB value is (220,167,125). Sum of RGB (Red+Green+Blue) = 220+167+125=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA77D is #235882. Grayscale: #B2B2B2. Windows color (decimal): -2316419 or 8234972. OLE color: 8234972.
HSL color Cylindrical-coordinate representation of color #DCA77D: hue angle of 26.53º 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 #DCA77D is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 167 | 125 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.14 |
| HSL | 26.53º | 0.58% | 0.68% | - |
| HSV(B) | 26.53º | 0.43% | 0.86% | - |
| XYZ | 47.04 | 44.33 | 25.48 | - |
| YUV | 178.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 167 | 125 | 0 | 0.24 | 0.43 | 0.14 | 26.53 | 0.58 | 0.68 |
| Hex | DC | A7 | 7D | 0 | 18 | 2B | E | 1B | 3A | 44 |
| Octal | 334 | 247 | 175 | 0 | 30 | 53 | 16 | 33 | 72 | 104 |
| Binary | 11011100 | 10100111 | 1111101 | 0 | 11000 | 101011 | 1110 | 11011 | 111010 | 1000100 |
Color Harmonies of #DCA77D
Complementary color
Monochromatic Colors of #DCA77D
Black with #DCA77D
Text Example
Text Example
White with #DCA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA77D; }
p { color: rgb(220,167,125); }
H1.HeaderClassName
{
color: #DCA77D;
}
.AnyTagClassName
{
color: #DCA77D;
}
</style>
background-color css
<style>
a { background-color: #DCA77D; }
a { background-color: rgb(220,167,125); }
div.DivClassName
{
background-color: #DCA77D;
}
.BgClassName
{
background-color: #DCA77D;
}
</style>
border-color css
<style>
span { border-color: #DCA77D; }
span { border-color: rgb(220,167,125); }
td.TdClassName
{
border-color: #DCA77D;
}
.TagClassName
{
border-color: #DCA77D;
}
</style>