Shades of Tumbleweed #DDA883
Tints of Tumbleweed #DDA883
RGB
CMYK
RGB Variations
Color information
#DDA883 (or 0xDDA883) is known color: Tumbleweed. HEX triplet: DD, A8 and 83. RGB value is (221,168,131). Sum of RGB (Red+Green+Blue) = 221+168+131=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA883 is #22577C. Grayscale: #B3B3B3. Windows color (decimal): -2250621 or 8628445. OLE color: 8628445.
HSL color Cylindrical-coordinate representation of color #DDA883: hue angle of 24.67º 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 #DDA883 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 131 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.13 |
| HSL | 24.67º | 0.57% | 0.69% | - |
| HSV(B) | 24.67º | 0.41% | 0.87% | - |
| XYZ | 47.92 | 45.02 | 27.64 | - |
| YUV | 179.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 131 | 0 | 0.24 | 0.41 | 0.13 | 24.67 | 0.57 | 0.69 |
| Hex | DD | A8 | 83 | 0 | 18 | 29 | D | 19 | 39 | 45 |
| Octal | 335 | 250 | 203 | 0 | 30 | 51 | 15 | 31 | 71 | 105 |
| Binary | 11011101 | 10101000 | 10000011 | 0 | 11000 | 101001 | 1101 | 11001 | 111001 | 1000101 |
Color Harmonies of #DDA883
Complementary color
Monochromatic Colors of #DDA883
Black with #DDA883
Text Example
Text Example
White with #DDA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA883; }
p { color: rgb(221,168,131); }
H1.HeaderClassName
{
color: #DDA883;
}
.AnyTagClassName
{
color: #DDA883;
}
</style>
background-color css
<style>
a { background-color: #DDA883; }
a { background-color: rgb(221,168,131); }
div.DivClassName
{
background-color: #DDA883;
}
.BgClassName
{
background-color: #DDA883;
}
</style>
border-color css
<style>
span { border-color: #DDA883; }
span { border-color: rgb(221,168,131); }
td.TdClassName
{
border-color: #DDA883;
}
.TagClassName
{
border-color: #DDA883;
}
</style>