Shades of Tumbleweed #DDA183
Tints of Tumbleweed #DDA183
RGB
CMYK
RGB Variations
Color information
#DDA183 (or 0xDDA183) is known color: Tumbleweed. HEX triplet: DD, A1 and 83. RGB value is (221,161,131). Sum of RGB (Red+Green+Blue) = 221+161+131=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA183 is #225E7C. Grayscale: #AFAFAF. Windows color (decimal): -2252413 or 8626653. OLE color: 8626653.
HSL color Cylindrical-coordinate representation of color #DDA183: hue angle of 20º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDA183 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 131 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.13 |
| HSL | 20º | 0.57% | 0.69% | - |
| HSV(B) | 20º | 0.41% | 0.87% | - |
| XYZ | 46.66 | 42.5 | 27.22 | - |
| YUV | 175.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 131 | 0 | 0.27 | 0.41 | 0.13 | 20 | 0.57 | 0.69 |
| Hex | DD | A1 | 83 | 0 | 1B | 29 | D | 14 | 39 | 45 |
| Octal | 335 | 241 | 203 | 0 | 33 | 51 | 15 | 24 | 71 | 105 |
| Binary | 11011101 | 10100001 | 10000011 | 0 | 11011 | 101001 | 1101 | 10100 | 111001 | 1000101 |
Color Harmonies of #DDA183
Complementary color
Monochromatic Colors of #DDA183
Black with #DDA183
Text Example
Text Example
White with #DDA183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA183; }
p { color: rgb(221,161,131); }
H1.HeaderClassName
{
color: #DDA183;
}
.AnyTagClassName
{
color: #DDA183;
}
</style>
background-color css
<style>
a { background-color: #DDA183; }
a { background-color: rgb(221,161,131); }
div.DivClassName
{
background-color: #DDA183;
}
.BgClassName
{
background-color: #DDA183;
}
</style>
border-color css
<style>
span { border-color: #DDA183; }
span { border-color: rgb(221,161,131); }
td.TdClassName
{
border-color: #DDA183;
}
.TagClassName
{
border-color: #DDA183;
}
</style>