Shades of Tumbleweed #DDA27D
Tints of Tumbleweed #DDA27D
RGB
CMYK
RGB Variations
Color information
#DDA27D (or 0xDDA27D) is known color: Tumbleweed. HEX triplet: DD, A2 and 7D. RGB value is (221,162,125). Sum of RGB (Red+Green+Blue) = 221+162+125=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA27D is #225D82. Grayscale: #AFAFAF. Windows color (decimal): -2252163 or 8233693. OLE color: 8233693.
HSL color Cylindrical-coordinate representation of color #DDA27D: hue angle of 23.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDA27D is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 125 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.13 |
| HSL | 23.13º | 0.59% | 0.68% | - |
| HSV(B) | 23.13º | 0.43% | 0.87% | - |
| XYZ | 46.44 | 42.69 | 25.2 | - |
| YUV | 175.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 125 | 0 | 0.27 | 0.43 | 0.13 | 23.13 | 0.59 | 0.68 |
| Hex | DD | A2 | 7D | 0 | 1B | 2B | D | 17 | 3B | 44 |
| Octal | 335 | 242 | 175 | 0 | 33 | 53 | 15 | 27 | 73 | 104 |
| Binary | 11011101 | 10100010 | 1111101 | 0 | 11011 | 101011 | 1101 | 10111 | 111011 | 1000100 |
Color Harmonies of #DDA27D
Complementary color
Monochromatic Colors of #DDA27D
Black with #DDA27D
Text Example
Text Example
White with #DDA27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA27D; }
p { color: rgb(221,162,125); }
H1.HeaderClassName
{
color: #DDA27D;
}
.AnyTagClassName
{
color: #DDA27D;
}
</style>
background-color css
<style>
a { background-color: #DDA27D; }
a { background-color: rgb(221,162,125); }
div.DivClassName
{
background-color: #DDA27D;
}
.BgClassName
{
background-color: #DDA27D;
}
</style>
border-color css
<style>
span { border-color: #DDA27D; }
span { border-color: rgb(221,162,125); }
td.TdClassName
{
border-color: #DDA27D;
}
.TagClassName
{
border-color: #DDA27D;
}
</style>