Shades of Tumbleweed #DDA379
Tints of Tumbleweed #DDA379
RGB
CMYK
RGB Variations
Color information
#DDA379 (or 0xDDA379) is known color: Tumbleweed. HEX triplet: DD, A3 and 79. RGB value is (221,163,121). Sum of RGB (Red+Green+Blue) = 221+163+121=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA379 is #225C86. Grayscale: #AFAFAF. Windows color (decimal): -2251911 or 7971805. OLE color: 7971805.
HSL color Cylindrical-coordinate representation of color #DDA379: hue angle of 25.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDA379 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 121 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.13 |
| HSL | 25.2º | 0.6% | 0.67% | - |
| HSV(B) | 25.2º | 0.45% | 0.87% | - |
| XYZ | 46.37 | 42.95 | 23.93 | - |
| YUV | 175.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 121 | 0 | 0.26 | 0.45 | 0.13 | 25.2 | 0.6 | 0.67 |
| Hex | DD | A3 | 79 | 0 | 1A | 2D | D | 19 | 3C | 43 |
| Octal | 335 | 243 | 171 | 0 | 32 | 55 | 15 | 31 | 74 | 103 |
| Binary | 11011101 | 10100011 | 1111001 | 0 | 11010 | 101101 | 1101 | 11001 | 111100 | 1000011 |
Color Harmonies of #DDA379
Complementary color
Monochromatic Colors of #DDA379
Black with #DDA379
Text Example
Text Example
White with #DDA379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA379; }
p { color: rgb(221,163,121); }
H1.HeaderClassName
{
color: #DDA379;
}
.AnyTagClassName
{
color: #DDA379;
}
</style>
background-color css
<style>
a { background-color: #DDA379; }
a { background-color: rgb(221,163,121); }
div.DivClassName
{
background-color: #DDA379;
}
.BgClassName
{
background-color: #DDA379;
}
</style>
border-color css
<style>
span { border-color: #DDA379; }
span { border-color: rgb(221,163,121); }
td.TdClassName
{
border-color: #DDA379;
}
.TagClassName
{
border-color: #DDA379;
}
</style>