Shades of Tumbleweed #DDA384
Tints of Tumbleweed #DDA384
RGB
CMYK
RGB Variations
Color information
#DDA384 (or 0xDDA384) is known color: Tumbleweed. HEX triplet: DD, A3 and 84. RGB value is (221,163,132). Sum of RGB (Red+Green+Blue) = 221+163+132=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA384 is #225C7B. Grayscale: #B0B0B0. Windows color (decimal): -2251900 or 8692701. OLE color: 8692701.
HSL color Cylindrical-coordinate representation of color #DDA384: hue angle of 20.9º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDA384 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 163 | 132 | - |
CMYK | 0 | 0.26 | 0.40 | 0.13 |
HSL | 20.9º | 0.57% | 0.69% | - |
HSV(B) | 20.9º | 0.4% | 0.87% | - |
XYZ | 47.08 | 43.23 | 27.69 | - |
YUV | 176.81 | 102.72 | 159.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 163 | 132 | 0 | 0.26 | 0.40 | 0.13 | 20.9 | 0.57 | 0.69 |
Hex | DD | A3 | 84 | 0 | 1A | 28 | D | 15 | 39 | 45 |
Octal | 335 | 243 | 204 | 0 | 32 | 50 | 15 | 25 | 71 | 105 |
Binary | 11011101 | 10100011 | 10000100 | 0 | 11010 | 101000 | 1101 | 10101 | 111001 | 1000101 |
Color Harmonies of #DDA384
Complementary color
Monochromatic Colors of #DDA384
Black with #DDA384
Text Example
Text Example
White with #DDA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA384; }
p { color: rgb(221,163,132); }
H1.HeaderClassName
{
color: #DDA384;
}
.AnyTagClassName
{
color: #DDA384;
}
</style>
background-color css
<style>
a { background-color: #DDA384; }
a { background-color: rgb(221,163,132); }
div.DivClassName
{
background-color: #DDA384;
}
.BgClassName
{
background-color: #DDA384;
}
</style>
border-color css
<style>
span { border-color: #DDA384; }
span { border-color: rgb(221,163,132); }
td.TdClassName
{
border-color: #DDA384;
}
.TagClassName
{
border-color: #DDA384;
}
</style>