Shades of Tumbleweed #DFA380
Tints of Tumbleweed #DFA380
RGB
CMYK
RGB Variations
Color information
#DFA380 (or 0xDFA380) is known color: Tumbleweed. HEX triplet: DF, A3 and 80. RGB value is (223,163,128). Sum of RGB (Red+Green+Blue) = 223+163+128=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA380 is #205C7F. Grayscale: #B1B1B1. Windows color (decimal): -2120832 or 8430559. OLE color: 8430559.
HSL color Cylindrical-coordinate representation of color #DFA380: hue angle of 22.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFA380 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 128 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.13 |
| HSL | 22.11º | 0.6% | 0.69% | - |
| HSV(B) | 22.11º | 0.43% | 0.87% | - |
| XYZ | 47.42 | 43.44 | 26.31 | - |
| YUV | 176.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 128 | 0 | 0.27 | 0.43 | 0.13 | 22.11 | 0.6 | 0.69 |
| Hex | DF | A3 | 80 | 0 | 1B | 2B | D | 16 | 3C | 45 |
| Octal | 337 | 243 | 200 | 0 | 33 | 53 | 15 | 26 | 74 | 105 |
| Binary | 11011111 | 10100011 | 10000000 | 0 | 11011 | 101011 | 1101 | 10110 | 111100 | 1000101 |
Color Harmonies of #DFA380
Complementary color
Monochromatic Colors of #DFA380
Black with #DFA380
Text Example
Text Example
White with #DFA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA380; }
p { color: rgb(223,163,128); }
H1.HeaderClassName
{
color: #DFA380;
}
.AnyTagClassName
{
color: #DFA380;
}
</style>
background-color css
<style>
a { background-color: #DFA380; }
a { background-color: rgb(223,163,128); }
div.DivClassName
{
background-color: #DFA380;
}
.BgClassName
{
background-color: #DFA380;
}
</style>
border-color css
<style>
span { border-color: #DFA380; }
span { border-color: rgb(223,163,128); }
td.TdClassName
{
border-color: #DFA380;
}
.TagClassName
{
border-color: #DFA380;
}
</style>