Shades of Tumbleweed #DDA679
Tints of Tumbleweed #DDA679
RGB
CMYK
RGB Variations
Color information
#DDA679 (or 0xDDA679) is known color: Tumbleweed. HEX triplet: DD, A6 and 79. RGB value is (221,166,121). Sum of RGB (Red+Green+Blue) = 221+166+121=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA679 is #225986. Grayscale: #B1B1B1. Windows color (decimal): -2251143 or 7972573. OLE color: 7972573.
HSL color Cylindrical-coordinate representation of color #DDA679: hue angle of 27º 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 #DDA679 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 121 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.13 |
| HSL | 27º | 0.6% | 0.67% | - |
| HSV(B) | 27º | 0.45% | 0.87% | - |
| XYZ | 46.91 | 44.03 | 24.11 | - |
| YUV | 177.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 121 | 0 | 0.25 | 0.45 | 0.13 | 27 | 0.6 | 0.67 |
| Hex | DD | A6 | 79 | 0 | 19 | 2D | D | 1B | 3C | 43 |
| Octal | 335 | 246 | 171 | 0 | 31 | 55 | 15 | 33 | 74 | 103 |
| Binary | 11011101 | 10100110 | 1111001 | 0 | 11001 | 101101 | 1101 | 11011 | 111100 | 1000011 |
Color Harmonies of #DDA679
Complementary color
Monochromatic Colors of #DDA679
Black with #DDA679
Text Example
Text Example
White with #DDA679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA679; }
p { color: rgb(221,166,121); }
H1.HeaderClassName
{
color: #DDA679;
}
.AnyTagClassName
{
color: #DDA679;
}
</style>
background-color css
<style>
a { background-color: #DDA679; }
a { background-color: rgb(221,166,121); }
div.DivClassName
{
background-color: #DDA679;
}
.BgClassName
{
background-color: #DDA679;
}
</style>
border-color css
<style>
span { border-color: #DDA679; }
span { border-color: rgb(221,166,121); }
td.TdClassName
{
border-color: #DDA679;
}
.TagClassName
{
border-color: #DDA679;
}
</style>