Shades of Tumbleweed #DDA572
Tints of Tumbleweed #DDA572
RGB
CMYK
RGB Variations
Color information
#DDA572 (or 0xDDA572) is known color: Tumbleweed. HEX triplet: DD, A5 and 72. RGB value is (221,165,114). Sum of RGB (Red+Green+Blue) = 221+165+114=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA572 is #225A8D. Grayscale: #B0B0B0. Windows color (decimal): -2251406 or 7513565. OLE color: 7513565.
HSL color Cylindrical-coordinate representation of color #DDA572: hue angle of 28.6º 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 #DDA572 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 114 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.13 |
| HSL | 28.6º | 0.61% | 0.66% | - |
| HSV(B) | 28.6º | 0.48% | 0.87% | - |
| XYZ | 46.31 | 43.5 | 21.87 | - |
| YUV | 175.93 | 93.05 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 114 | 0 | 0.25 | 0.48 | 0.13 | 28.6 | 0.61 | 0.66 |
| Hex | DD | A5 | 72 | 0 | 19 | 30 | D | 1D | 3D | 42 |
| Octal | 335 | 245 | 162 | 0 | 31 | 60 | 15 | 35 | 75 | 102 |
| Binary | 11011101 | 10100101 | 1110010 | 0 | 11001 | 110000 | 1101 | 11101 | 111101 | 1000010 |
Color Harmonies of #DDA572
Complementary color
Monochromatic Colors of #DDA572
Black with #DDA572
Text Example
Text Example
White with #DDA572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA572; }
p { color: rgb(221,165,114); }
H1.HeaderClassName
{
color: #DDA572;
}
.AnyTagClassName
{
color: #DDA572;
}
</style>
background-color css
<style>
a { background-color: #DDA572; }
a { background-color: rgb(221,165,114); }
div.DivClassName
{
background-color: #DDA572;
}
.BgClassName
{
background-color: #DDA572;
}
</style>
border-color css
<style>
span { border-color: #DDA572; }
span { border-color: rgb(221,165,114); }
td.TdClassName
{
border-color: #DDA572;
}
.TagClassName
{
border-color: #DDA572;
}
</style>