Shades of Tumbleweed #DFA575
Tints of Tumbleweed #DFA575
RGB
CMYK
RGB Variations
Color information
#DFA575 (or 0xDFA575) is known color: Tumbleweed. HEX triplet: DF, A5 and 75. RGB value is (223,165,117). Sum of RGB (Red+Green+Blue) = 223+165+117=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA575 is #205A8A. Grayscale: #B1B1B1. Windows color (decimal): -2120331 or 7710175. OLE color: 7710175.
HSL color Cylindrical-coordinate representation of color #DFA575: hue angle of 27.17º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFA575 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 117 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.13 |
| HSL | 27.17º | 0.62% | 0.67% | - |
| HSV(B) | 27.17º | 0.48% | 0.87% | - |
| XYZ | 47.1 | 43.88 | 22.82 | - |
| YUV | 176.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 117 | 0 | 0.26 | 0.48 | 0.13 | 27.17 | 0.62 | 0.67 |
| Hex | DF | A5 | 75 | 0 | 1A | 30 | D | 1B | 3E | 43 |
| Octal | 337 | 245 | 165 | 0 | 32 | 60 | 15 | 33 | 76 | 103 |
| Binary | 11011111 | 10100101 | 1110101 | 0 | 11010 | 110000 | 1101 | 11011 | 111110 | 1000011 |
Color Harmonies of #DFA575
Complementary color
Monochromatic Colors of #DFA575
Black with #DFA575
Text Example
Text Example
White with #DFA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA575; }
p { color: rgb(223,165,117); }
H1.HeaderClassName
{
color: #DFA575;
}
.AnyTagClassName
{
color: #DFA575;
}
</style>
background-color css
<style>
a { background-color: #DFA575; }
a { background-color: rgb(223,165,117); }
div.DivClassName
{
background-color: #DFA575;
}
.BgClassName
{
background-color: #DFA575;
}
</style>
border-color css
<style>
span { border-color: #DFA575; }
span { border-color: rgb(223,165,117); }
td.TdClassName
{
border-color: #DFA575;
}
.TagClassName
{
border-color: #DFA575;
}
</style>