Shades of Tumbleweed #DDA270
Tints of Tumbleweed #DDA270
RGB
CMYK
RGB Variations
Color information
#DDA270 (or 0xDDA270) is known color: Tumbleweed. HEX triplet: DD, A2 and 70. RGB value is (221,162,112). Sum of RGB (Red+Green+Blue) = 221+162+112=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA270 is #225D8F. Grayscale: #AEAEAE. Windows color (decimal): -2252176 or 7381725. OLE color: 7381725.
HSL color Cylindrical-coordinate representation of color #DDA270: hue angle of 27.52º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDA270 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 112 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.13 |
| HSL | 27.52º | 0.62% | 0.65% | - |
| HSV(B) | 27.52º | 0.49% | 0.87% | - |
| XYZ | 45.66 | 42.38 | 21.1 | - |
| YUV | 173.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 112 | 0 | 0.27 | 0.49 | 0.13 | 27.52 | 0.62 | 0.65 |
| Hex | DD | A2 | 70 | 0 | 1B | 31 | D | 1C | 3E | 41 |
| Octal | 335 | 242 | 160 | 0 | 33 | 61 | 15 | 34 | 76 | 101 |
| Binary | 11011101 | 10100010 | 1110000 | 0 | 11011 | 110001 | 1101 | 11100 | 111110 | 1000001 |
Color Harmonies of #DDA270
Complementary color
Monochromatic Colors of #DDA270
Black with #DDA270
Text Example
Text Example
White with #DDA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA270; }
p { color: rgb(221,162,112); }
H1.HeaderClassName
{
color: #DDA270;
}
.AnyTagClassName
{
color: #DDA270;
}
</style>
background-color css
<style>
a { background-color: #DDA270; }
a { background-color: rgb(221,162,112); }
div.DivClassName
{
background-color: #DDA270;
}
.BgClassName
{
background-color: #DDA270;
}
</style>
border-color css
<style>
span { border-color: #DDA270; }
span { border-color: rgb(221,162,112); }
td.TdClassName
{
border-color: #DDA270;
}
.TagClassName
{
border-color: #DDA270;
}
</style>