Shades of Tumbleweed #DDA587
Tints of Tumbleweed #DDA587
RGB
CMYK
RGB Variations
Color information
#DDA587 (or 0xDDA587) is known color: Tumbleweed. HEX triplet: DD, A5 and 87. RGB value is (221,165,135). Sum of RGB (Red+Green+Blue) = 221+165+135=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA587 is #225A78. Grayscale: #B2B2B2. Windows color (decimal): -2251385 or 8889821. OLE color: 8889821.
HSL color Cylindrical-coordinate representation of color #DDA587: hue angle of 20.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDA587 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 135 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.13 |
| HSL | 20.93º | 0.56% | 0.7% | - |
| HSV(B) | 20.93º | 0.39% | 0.87% | - |
| XYZ | 47.65 | 44.03 | 28.91 | - |
| YUV | 178.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 135 | 0 | 0.25 | 0.39 | 0.13 | 20.93 | 0.56 | 0.7 |
| Hex | DD | A5 | 87 | 0 | 19 | 27 | D | 15 | 38 | 46 |
| Octal | 335 | 245 | 207 | 0 | 31 | 47 | 15 | 25 | 70 | 106 |
| Binary | 11011101 | 10100101 | 10000111 | 0 | 11001 | 100111 | 1101 | 10101 | 111000 | 1000110 |
Color Harmonies of #DDA587
Complementary color
Monochromatic Colors of #DDA587
Black with #DDA587
Text Example
Text Example
White with #DDA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA587; }
p { color: rgb(221,165,135); }
H1.HeaderClassName
{
color: #DDA587;
}
.AnyTagClassName
{
color: #DDA587;
}
</style>
background-color css
<style>
a { background-color: #DDA587; }
a { background-color: rgb(221,165,135); }
div.DivClassName
{
background-color: #DDA587;
}
.BgClassName
{
background-color: #DDA587;
}
</style>
border-color css
<style>
span { border-color: #DDA587; }
span { border-color: rgb(221,165,135); }
td.TdClassName
{
border-color: #DDA587;
}
.TagClassName
{
border-color: #DDA587;
}
</style>