Shades of Tumbleweed #DDA36F
Tints of Tumbleweed #DDA36F
RGB
CMYK
RGB Variations
Color information
#DDA36F (or 0xDDA36F) is known color: Tumbleweed. HEX triplet: DD, A3 and 6F. RGB value is (221,163,111). Sum of RGB (Red+Green+Blue) = 221+163+111=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA36F is #225C90. Grayscale: #AEAEAE. Windows color (decimal): -2251921 or 7316445. OLE color: 7316445.
HSL color Cylindrical-coordinate representation of color #DDA36F: hue angle of 28.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDA36F is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 111 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.13 |
| HSL | 28.36º | 0.62% | 0.65% | - |
| HSV(B) | 28.36º | 0.5% | 0.87% | - |
| XYZ | 45.79 | 42.71 | 20.87 | - |
| YUV | 174.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 111 | 0 | 0.26 | 0.50 | 0.13 | 28.36 | 0.62 | 0.65 |
| Hex | DD | A3 | 6F | 0 | 1A | 32 | D | 1C | 3E | 41 |
| Octal | 335 | 243 | 157 | 0 | 32 | 62 | 15 | 34 | 76 | 101 |
| Binary | 11011101 | 10100011 | 1101111 | 0 | 11010 | 110010 | 1101 | 11100 | 111110 | 1000001 |
Color Harmonies of #DDA36F
Complementary color
Monochromatic Colors of #DDA36F
Black with #DDA36F
Text Example
Text Example
White with #DDA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA36F; }
p { color: rgb(221,163,111); }
H1.HeaderClassName
{
color: #DDA36F;
}
.AnyTagClassName
{
color: #DDA36F;
}
</style>
background-color css
<style>
a { background-color: #DDA36F; }
a { background-color: rgb(221,163,111); }
div.DivClassName
{
background-color: #DDA36F;
}
.BgClassName
{
background-color: #DDA36F;
}
</style>
border-color css
<style>
span { border-color: #DDA36F; }
span { border-color: rgb(221,163,111); }
td.TdClassName
{
border-color: #DDA36F;
}
.TagClassName
{
border-color: #DDA36F;
}
</style>