Shades of Tumbleweed #DDA674
Tints of Tumbleweed #DDA674
RGB
CMYK
RGB Variations
Color information
#DDA674 (or 0xDDA674) is known color: Tumbleweed. HEX triplet: DD, A6 and 74. RGB value is (221,166,116). Sum of RGB (Red+Green+Blue) = 221+166+116=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA674 is #22598B. Grayscale: #B1B1B1. Windows color (decimal): -2251148 or 7644893. OLE color: 7644893.
HSL color Cylindrical-coordinate representation of color #DDA674: hue angle of 28.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA674 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 116 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.13 |
| HSL | 28.57º | 0.61% | 0.66% | - |
| HSV(B) | 28.57º | 0.48% | 0.87% | - |
| XYZ | 46.61 | 43.91 | 22.54 | - |
| YUV | 176.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 116 | 0 | 0.25 | 0.48 | 0.13 | 28.57 | 0.61 | 0.66 |
| Hex | DD | A6 | 74 | 0 | 19 | 30 | D | 1D | 3D | 42 |
| Octal | 335 | 246 | 164 | 0 | 31 | 60 | 15 | 35 | 75 | 102 |
| Binary | 11011101 | 10100110 | 1110100 | 0 | 11001 | 110000 | 1101 | 11101 | 111101 | 1000010 |
Color Harmonies of #DDA674
Complementary color
Monochromatic Colors of #DDA674
Black with #DDA674
Text Example
Text Example
White with #DDA674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA674; }
p { color: rgb(221,166,116); }
H1.HeaderClassName
{
color: #DDA674;
}
.AnyTagClassName
{
color: #DDA674;
}
</style>
background-color css
<style>
a { background-color: #DDA674; }
a { background-color: rgb(221,166,116); }
div.DivClassName
{
background-color: #DDA674;
}
.BgClassName
{
background-color: #DDA674;
}
</style>
border-color css
<style>
span { border-color: #DDA674; }
span { border-color: rgb(221,166,116); }
td.TdClassName
{
border-color: #DDA674;
}
.TagClassName
{
border-color: #DDA674;
}
</style>