Shades of Tumbleweed #DD9C7B
Tints of Tumbleweed #DD9C7B
RGB
CMYK
RGB Variations
Color information
#DD9C7B (or 0xDD9C7B) is known color: Tumbleweed. HEX triplet: DD, 9C and 7B. RGB value is (221,156,123). Sum of RGB (Red+Green+Blue) = 221+156+123=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C7B is #226384. Grayscale: #ABABAB. Windows color (decimal): -2253701 or 8101085. OLE color: 8101085.
HSL color Cylindrical-coordinate representation of color #DD9C7B: hue angle of 20.2º 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 #DD9C7B is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 123 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.13 |
| HSL | 20.2º | 0.59% | 0.67% | - |
| HSV(B) | 20.2º | 0.44% | 0.87% | - |
| XYZ | 45.28 | 40.58 | 24.18 | - |
| YUV | 171.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 123 | 0 | 0.29 | 0.44 | 0.13 | 20.2 | 0.59 | 0.67 |
| Hex | DD | 9C | 7B | 0 | 1D | 2C | D | 14 | 3B | 43 |
| Octal | 335 | 234 | 173 | 0 | 35 | 54 | 15 | 24 | 73 | 103 |
| Binary | 11011101 | 10011100 | 1111011 | 0 | 11101 | 101100 | 1101 | 10100 | 111011 | 1000011 |
Color Harmonies of #DD9C7B
Complementary color
Monochromatic Colors of #DD9C7B
Black with #DD9C7B
Text Example
Text Example
White with #DD9C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C7B; }
p { color: rgb(221,156,123); }
H1.HeaderClassName
{
color: #DD9C7B;
}
.AnyTagClassName
{
color: #DD9C7B;
}
</style>
background-color css
<style>
a { background-color: #DD9C7B; }
a { background-color: rgb(221,156,123); }
div.DivClassName
{
background-color: #DD9C7B;
}
.BgClassName
{
background-color: #DD9C7B;
}
</style>
border-color css
<style>
span { border-color: #DD9C7B; }
span { border-color: rgb(221,156,123); }
td.TdClassName
{
border-color: #DD9C7B;
}
.TagClassName
{
border-color: #DD9C7B;
}
</style>