Shades of Tumbleweed #DFA076
Tints of Tumbleweed #DFA076
RGB
CMYK
RGB Variations
Color information
#DFA076 (or 0xDFA076) is known color: Tumbleweed. HEX triplet: DF, A0 and 76. RGB value is (223,160,118). Sum of RGB (Red+Green+Blue) = 223+160+118=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA076 is #205F89. Grayscale: #AEAEAE. Windows color (decimal): -2121610 or 7774431. OLE color: 7774431.
HSL color Cylindrical-coordinate representation of color #DFA076: hue angle of 24º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFA076 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 118 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.13 |
| HSL | 24º | 0.62% | 0.67% | - |
| HSV(B) | 24º | 0.47% | 0.87% | - |
| XYZ | 46.27 | 42.14 | 22.83 | - |
| YUV | 174.05 | 96.37 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 118 | 0 | 0.28 | 0.47 | 0.13 | 24 | 0.62 | 0.67 |
| Hex | DF | A0 | 76 | 0 | 1C | 2F | D | 18 | 3E | 43 |
| Octal | 337 | 240 | 166 | 0 | 34 | 57 | 15 | 30 | 76 | 103 |
| Binary | 11011111 | 10100000 | 1110110 | 0 | 11100 | 101111 | 1101 | 11000 | 111110 | 1000011 |
Color Harmonies of #DFA076
Complementary color
Monochromatic Colors of #DFA076
Black with #DFA076
Text Example
Text Example
White with #DFA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA076; }
p { color: rgb(223,160,118); }
H1.HeaderClassName
{
color: #DFA076;
}
.AnyTagClassName
{
color: #DFA076;
}
</style>
background-color css
<style>
a { background-color: #DFA076; }
a { background-color: rgb(223,160,118); }
div.DivClassName
{
background-color: #DFA076;
}
.BgClassName
{
background-color: #DFA076;
}
</style>
border-color css
<style>
span { border-color: #DFA076; }
span { border-color: rgb(223,160,118); }
td.TdClassName
{
border-color: #DFA076;
}
.TagClassName
{
border-color: #DFA076;
}
</style>