Shades of Tumbleweed #DDA172
Tints of Tumbleweed #DDA172
RGB
CMYK
RGB Variations
Color information
#DDA172 (or 0xDDA172) is known color: Tumbleweed. HEX triplet: DD, A1 and 72. RGB value is (221,161,114). Sum of RGB (Red+Green+Blue) = 221+161+114=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA172 is #225E8D. Grayscale: #ADADAD. Windows color (decimal): -2252430 or 7512541. OLE color: 7512541.
HSL color Cylindrical-coordinate representation of color #DDA172: hue angle of 26.36º 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 #DDA172 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 114 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.13 |
| HSL | 26.36º | 0.61% | 0.66% | - |
| HSV(B) | 26.36º | 0.48% | 0.87% | - |
| XYZ | 45.6 | 42.08 | 21.64 | - |
| YUV | 173.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 114 | 0 | 0.27 | 0.48 | 0.13 | 26.36 | 0.61 | 0.66 |
| Hex | DD | A1 | 72 | 0 | 1B | 30 | D | 1A | 3D | 42 |
| Octal | 335 | 241 | 162 | 0 | 33 | 60 | 15 | 32 | 75 | 102 |
| Binary | 11011101 | 10100001 | 1110010 | 0 | 11011 | 110000 | 1101 | 11010 | 111101 | 1000010 |
Color Harmonies of #DDA172
Complementary color
Monochromatic Colors of #DDA172
Black with #DDA172
Text Example
Text Example
White with #DDA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA172; }
p { color: rgb(221,161,114); }
H1.HeaderClassName
{
color: #DDA172;
}
.AnyTagClassName
{
color: #DDA172;
}
</style>
background-color css
<style>
a { background-color: #DDA172; }
a { background-color: rgb(221,161,114); }
div.DivClassName
{
background-color: #DDA172;
}
.BgClassName
{
background-color: #DDA172;
}
</style>
border-color css
<style>
span { border-color: #DDA172; }
span { border-color: rgb(221,161,114); }
td.TdClassName
{
border-color: #DDA172;
}
.TagClassName
{
border-color: #DDA172;
}
</style>