Shades of Tumbleweed #DDA588
Tints of Tumbleweed #DDA588
RGB
CMYK
RGB Variations
Color information
#DDA588 (or 0xDDA588) is known color: Tumbleweed. HEX triplet: DD, A5 and 88. RGB value is (221,165,136). Sum of RGB (Red+Green+Blue) = 221+165+136=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA588 is #225A77. Grayscale: #B2B2B2. Windows color (decimal): -2251384 or 8955357. OLE color: 8955357.
HSL color Cylindrical-coordinate representation of color #DDA588: hue angle of 20.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDA588 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 136 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.13 |
| HSL | 20.47º | 0.56% | 0.7% | - |
| HSV(B) | 20.47º | 0.38% | 0.87% | - |
| XYZ | 47.72 | 44.06 | 29.28 | - |
| YUV | 178.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 136 | 0 | 0.25 | 0.38 | 0.13 | 20.47 | 0.56 | 0.7 |
| Hex | DD | A5 | 88 | 0 | 19 | 26 | D | 14 | 38 | 46 |
| Octal | 335 | 245 | 210 | 0 | 31 | 46 | 15 | 24 | 70 | 106 |
| Binary | 11011101 | 10100101 | 10001000 | 0 | 11001 | 100110 | 1101 | 10100 | 111000 | 1000110 |
Color Harmonies of #DDA588
Complementary color
Monochromatic Colors of #DDA588
Black with #DDA588
Text Example
Text Example
White with #DDA588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA588; }
p { color: rgb(221,165,136); }
H1.HeaderClassName
{
color: #DDA588;
}
.AnyTagClassName
{
color: #DDA588;
}
</style>
background-color css
<style>
a { background-color: #DDA588; }
a { background-color: rgb(221,165,136); }
div.DivClassName
{
background-color: #DDA588;
}
.BgClassName
{
background-color: #DDA588;
}
</style>
border-color css
<style>
span { border-color: #DDA588; }
span { border-color: rgb(221,165,136); }
td.TdClassName
{
border-color: #DDA588;
}
.TagClassName
{
border-color: #DDA588;
}
</style>