Shades of Tumbleweed #DDA377
Tints of Tumbleweed #DDA377
RGB
CMYK
RGB Variations
Color information
#DDA377 (or 0xDDA377) is known color: Tumbleweed. HEX triplet: DD, A3 and 77. RGB value is (221,163,119). Sum of RGB (Red+Green+Blue) = 221+163+119=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA377 is #225C88. Grayscale: #AFAFAF. Windows color (decimal): -2251913 or 7840733. OLE color: 7840733.
HSL color Cylindrical-coordinate representation of color #DDA377: hue angle of 25.88º 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 #DDA377 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 119 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.13 |
| HSL | 25.88º | 0.6% | 0.67% | - |
| HSV(B) | 25.88º | 0.46% | 0.87% | - |
| XYZ | 46.25 | 42.9 | 23.3 | - |
| YUV | 175.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 119 | 0 | 0.26 | 0.46 | 0.13 | 25.88 | 0.6 | 0.67 |
| Hex | DD | A3 | 77 | 0 | 1A | 2E | D | 1A | 3C | 43 |
| Octal | 335 | 243 | 167 | 0 | 32 | 56 | 15 | 32 | 74 | 103 |
| Binary | 11011101 | 10100011 | 1110111 | 0 | 11010 | 101110 | 1101 | 11010 | 111100 | 1000011 |
Color Harmonies of #DDA377
Complementary color
Monochromatic Colors of #DDA377
Black with #DDA377
Text Example
Text Example
White with #DDA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA377; }
p { color: rgb(221,163,119); }
H1.HeaderClassName
{
color: #DDA377;
}
.AnyTagClassName
{
color: #DDA377;
}
</style>
background-color css
<style>
a { background-color: #DDA377; }
a { background-color: rgb(221,163,119); }
div.DivClassName
{
background-color: #DDA377;
}
.BgClassName
{
background-color: #DDA377;
}
</style>
border-color css
<style>
span { border-color: #DDA377; }
span { border-color: rgb(221,163,119); }
td.TdClassName
{
border-color: #DDA377;
}
.TagClassName
{
border-color: #DDA377;
}
</style>