Shades of Tumbleweed #DDA278
Tints of Tumbleweed #DDA278
RGB
CMYK
RGB Variations
Color information
#DDA278 (or 0xDDA278) is known color: Tumbleweed. HEX triplet: DD, A2 and 78. RGB value is (221,162,120). Sum of RGB (Red+Green+Blue) = 221+162+120=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA278 is #225D87. Grayscale: #AFAFAF. Windows color (decimal): -2252168 or 7906013. OLE color: 7906013.
HSL color Cylindrical-coordinate representation of color #DDA278: hue angle of 24.95º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDA278 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 120 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.13 |
| HSL | 24.95º | 0.6% | 0.67% | - |
| HSV(B) | 24.95º | 0.46% | 0.87% | - |
| XYZ | 46.13 | 42.57 | 23.55 | - |
| YUV | 174.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 120 | 0 | 0.27 | 0.46 | 0.13 | 24.95 | 0.6 | 0.67 |
| Hex | DD | A2 | 78 | 0 | 1B | 2E | D | 19 | 3C | 43 |
| Octal | 335 | 242 | 170 | 0 | 33 | 56 | 15 | 31 | 74 | 103 |
| Binary | 11011101 | 10100010 | 1111000 | 0 | 11011 | 101110 | 1101 | 11001 | 111100 | 1000011 |
Color Harmonies of #DDA278
Complementary color
Monochromatic Colors of #DDA278
Black with #DDA278
Text Example
Text Example
White with #DDA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA278; }
p { color: rgb(221,162,120); }
H1.HeaderClassName
{
color: #DDA278;
}
.AnyTagClassName
{
color: #DDA278;
}
</style>
background-color css
<style>
a { background-color: #DDA278; }
a { background-color: rgb(221,162,120); }
div.DivClassName
{
background-color: #DDA278;
}
.BgClassName
{
background-color: #DDA278;
}
</style>
border-color css
<style>
span { border-color: #DDA278; }
span { border-color: rgb(221,162,120); }
td.TdClassName
{
border-color: #DDA278;
}
.TagClassName
{
border-color: #DDA278;
}
</style>