Shades of Tumbleweed #DDA46F
Tints of Tumbleweed #DDA46F
RGB
CMYK
RGB Variations
Color information
#DDA46F (or 0xDDA46F) is known color: Tumbleweed. HEX triplet: DD, A4 and 6F. RGB value is (221,164,111). Sum of RGB (Red+Green+Blue) = 221+164+111=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA46F is #225B90. Grayscale: #AFAFAF. Windows color (decimal): -2251665 or 7316701. OLE color: 7316701.
HSL color Cylindrical-coordinate representation of color #DDA46F: hue angle of 28.91º 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 #DDA46F is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 164 | 111 | - |
CMYK | 0 | 0.26 | 0.50 | 0.13 |
HSL | 28.91º | 0.62% | 0.65% | - |
HSV(B) | 28.91º | 0.5% | 0.87% | - |
XYZ | 45.96 | 43.07 | 20.93 | - |
YUV | 175 | 91.88 | 160.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 164 | 111 | 0 | 0.26 | 0.50 | 0.13 | 28.91 | 0.62 | 0.65 |
Hex | DD | A4 | 6F | 0 | 1A | 32 | D | 1D | 3E | 41 |
Octal | 335 | 244 | 157 | 0 | 32 | 62 | 15 | 35 | 76 | 101 |
Binary | 11011101 | 10100100 | 1101111 | 0 | 11010 | 110010 | 1101 | 11101 | 111110 | 1000001 |
Color Harmonies of #DDA46F
Complementary color
Monochromatic Colors of #DDA46F
Black with #DDA46F
Text Example
Text Example
White with #DDA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA46F; }
p { color: rgb(221,164,111); }
H1.HeaderClassName
{
color: #DDA46F;
}
.AnyTagClassName
{
color: #DDA46F;
}
</style>
background-color css
<style>
a { background-color: #DDA46F; }
a { background-color: rgb(221,164,111); }
div.DivClassName
{
background-color: #DDA46F;
}
.BgClassName
{
background-color: #DDA46F;
}
</style>
border-color css
<style>
span { border-color: #DDA46F; }
span { border-color: rgb(221,164,111); }
td.TdClassName
{
border-color: #DDA46F;
}
.TagClassName
{
border-color: #DDA46F;
}
</style>