Shades of Tumbleweed #DDA27B
Tints of Tumbleweed #DDA27B
RGB
CMYK
RGB Variations
Color information
#DDA27B (or 0xDDA27B) is known color: Tumbleweed. HEX triplet: DD, A2 and 7B. RGB value is (221,162,123). Sum of RGB (Red+Green+Blue) = 221+162+123=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA27B is #225D84. Grayscale: #AFAFAF. Windows color (decimal): -2252165 or 8102621. OLE color: 8102621.
HSL color Cylindrical-coordinate representation of color #DDA27B: hue angle of 23.88º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDA27B is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 123 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.13 |
| HSL | 23.88º | 0.59% | 0.67% | - |
| HSV(B) | 23.88º | 0.44% | 0.87% | - |
| XYZ | 46.31 | 42.64 | 24.53 | - |
| YUV | 175.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 123 | 0 | 0.27 | 0.44 | 0.13 | 23.88 | 0.59 | 0.67 |
| Hex | DD | A2 | 7B | 0 | 1B | 2C | D | 18 | 3B | 43 |
| Octal | 335 | 242 | 173 | 0 | 33 | 54 | 15 | 30 | 73 | 103 |
| Binary | 11011101 | 10100010 | 1111011 | 0 | 11011 | 101100 | 1101 | 11000 | 111011 | 1000011 |
Color Harmonies of #DDA27B
Complementary color
Monochromatic Colors of #DDA27B
Black with #DDA27B
Text Example
Text Example
White with #DDA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA27B; }
p { color: rgb(221,162,123); }
H1.HeaderClassName
{
color: #DDA27B;
}
.AnyTagClassName
{
color: #DDA27B;
}
</style>
background-color css
<style>
a { background-color: #DDA27B; }
a { background-color: rgb(221,162,123); }
div.DivClassName
{
background-color: #DDA27B;
}
.BgClassName
{
background-color: #DDA27B;
}
</style>
border-color css
<style>
span { border-color: #DDA27B; }
span { border-color: rgb(221,162,123); }
td.TdClassName
{
border-color: #DDA27B;
}
.TagClassName
{
border-color: #DDA27B;
}
</style>