Shades of Tumbleweed #DDA783
Tints of Tumbleweed #DDA783
RGB
CMYK
RGB Variations
Color information
#DDA783 (or 0xDDA783) is known color: Tumbleweed. HEX triplet: DD, A7 and 83. RGB value is (221,167,131). Sum of RGB (Red+Green+Blue) = 221+167+131=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA783 is #22587C. Grayscale: #B3B3B3. Windows color (decimal): -2250877 or 8628189. OLE color: 8628189.
HSL color Cylindrical-coordinate representation of color #DDA783: hue angle of 24º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDA783 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 131 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.13 |
| HSL | 24º | 0.57% | 0.69% | - |
| HSV(B) | 24º | 0.41% | 0.87% | - |
| XYZ | 47.73 | 44.65 | 27.57 | - |
| YUV | 179.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 131 | 0 | 0.24 | 0.41 | 0.13 | 24 | 0.57 | 0.69 |
| Hex | DD | A7 | 83 | 0 | 18 | 29 | D | 18 | 39 | 45 |
| Octal | 335 | 247 | 203 | 0 | 30 | 51 | 15 | 30 | 71 | 105 |
| Binary | 11011101 | 10100111 | 10000011 | 0 | 11000 | 101001 | 1101 | 11000 | 111001 | 1000101 |
Color Harmonies of #DDA783
Complementary color
Monochromatic Colors of #DDA783
Black with #DDA783
Text Example
Text Example
White with #DDA783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA783; }
p { color: rgb(221,167,131); }
H1.HeaderClassName
{
color: #DDA783;
}
.AnyTagClassName
{
color: #DDA783;
}
</style>
background-color css
<style>
a { background-color: #DDA783; }
a { background-color: rgb(221,167,131); }
div.DivClassName
{
background-color: #DDA783;
}
.BgClassName
{
background-color: #DDA783;
}
</style>
border-color css
<style>
span { border-color: #DDA783; }
span { border-color: rgb(221,167,131); }
td.TdClassName
{
border-color: #DDA783;
}
.TagClassName
{
border-color: #DDA783;
}
</style>