Shades of Tumbleweed #DC9C7B
Tints of Tumbleweed #DC9C7B
RGB
CMYK
RGB Variations
Color information
#DC9C7B (or 0xDC9C7B) is known color: Tumbleweed. HEX triplet: DC, 9C and 7B. RGB value is (220,156,123). Sum of RGB (Red+Green+Blue) = 220+156+123=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C7B is #236384. Grayscale: #ABABAB. Windows color (decimal): -2319237 or 8101084. OLE color: 8101084.
HSL color Cylindrical-coordinate representation of color #DC9C7B: hue angle of 20.41º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC9C7B is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 123 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.14 |
| HSL | 20.41º | 0.58% | 0.67% | - |
| HSV(B) | 20.41º | 0.44% | 0.86% | - |
| XYZ | 44.98 | 40.42 | 24.17 | - |
| YUV | 171.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 123 | 0 | 0.29 | 0.44 | 0.14 | 20.41 | 0.58 | 0.67 |
| Hex | DC | 9C | 7B | 0 | 1D | 2C | E | 14 | 3A | 43 |
| Octal | 334 | 234 | 173 | 0 | 35 | 54 | 16 | 24 | 72 | 103 |
| Binary | 11011100 | 10011100 | 1111011 | 0 | 11101 | 101100 | 1110 | 10100 | 111010 | 1000011 |
Color Harmonies of #DC9C7B
Complementary color
Monochromatic Colors of #DC9C7B
Black with #DC9C7B
Text Example
Text Example
White with #DC9C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C7B; }
p { color: rgb(220,156,123); }
H1.HeaderClassName
{
color: #DC9C7B;
}
.AnyTagClassName
{
color: #DC9C7B;
}
</style>
background-color css
<style>
a { background-color: #DC9C7B; }
a { background-color: rgb(220,156,123); }
div.DivClassName
{
background-color: #DC9C7B;
}
.BgClassName
{
background-color: #DC9C7B;
}
</style>
border-color css
<style>
span { border-color: #DC9C7B; }
span { border-color: rgb(220,156,123); }
td.TdClassName
{
border-color: #DC9C7B;
}
.TagClassName
{
border-color: #DC9C7B;
}
</style>