Shades of Tumbleweed #DDA58B
Tints of Tumbleweed #DDA58B
RGB
CMYK
RGB Variations
Color information
#DDA58B (or 0xDDA58B) is known color: Tumbleweed. HEX triplet: DD, A5 and 8B. RGB value is (221,165,139). Sum of RGB (Red+Green+Blue) = 221+165+139=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA58B is #225A74. Grayscale: #B2B2B2. Windows color (decimal): -2251381 or 9151965. OLE color: 9151965.
HSL color Cylindrical-coordinate representation of color #DDA58B: hue angle of 19.02º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA58B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 139 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.13 |
| HSL | 19.02º | 0.55% | 0.71% | - |
| HSV(B) | 19.02º | 0.37% | 0.87% | - |
| XYZ | 47.93 | 44.15 | 30.42 | - |
| YUV | 178.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 139 | 0 | 0.25 | 0.37 | 0.13 | 19.02 | 0.55 | 0.71 |
| Hex | DD | A5 | 8B | 0 | 19 | 25 | D | 13 | 37 | 47 |
| Octal | 335 | 245 | 213 | 0 | 31 | 45 | 15 | 23 | 67 | 107 |
| Binary | 11011101 | 10100101 | 10001011 | 0 | 11001 | 100101 | 1101 | 10011 | 110111 | 1000111 |
Color Harmonies of #DDA58B
Complementary color
Monochromatic Colors of #DDA58B
Black with #DDA58B
Text Example
Text Example
White with #DDA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA58B; }
p { color: rgb(221,165,139); }
H1.HeaderClassName
{
color: #DDA58B;
}
.AnyTagClassName
{
color: #DDA58B;
}
</style>
background-color css
<style>
a { background-color: #DDA58B; }
a { background-color: rgb(221,165,139); }
div.DivClassName
{
background-color: #DDA58B;
}
.BgClassName
{
background-color: #DDA58B;
}
</style>
border-color css
<style>
span { border-color: #DDA58B; }
span { border-color: rgb(221,165,139); }
td.TdClassName
{
border-color: #DDA58B;
}
.TagClassName
{
border-color: #DDA58B;
}
</style>