Shades of Tumbleweed #DC9B7D
Tints of Tumbleweed #DC9B7D
RGB
CMYK
RGB Variations
Color information
#DC9B7D (or 0xDC9B7D) is known color: Tumbleweed. HEX triplet: DC, 9B and 7D. RGB value is (220,155,125). Sum of RGB (Red+Green+Blue) = 220+155+125=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B7D is #236482. Grayscale: #ABABAB. Windows color (decimal): -2319491 or 8231900. OLE color: 8231900.
HSL color Cylindrical-coordinate representation of color #DC9B7D: hue angle of 18.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC9B7D is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 125 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.14 |
| HSL | 18.95º | 0.58% | 0.68% | - |
| HSV(B) | 18.95º | 0.43% | 0.86% | - |
| XYZ | 44.94 | 40.14 | 24.78 | - |
| YUV | 171.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 125 | 0 | 0.30 | 0.43 | 0.14 | 18.95 | 0.58 | 0.68 |
| Hex | DC | 9B | 7D | 0 | 1E | 2B | E | 13 | 3A | 44 |
| Octal | 334 | 233 | 175 | 0 | 36 | 53 | 16 | 23 | 72 | 104 |
| Binary | 11011100 | 10011011 | 1111101 | 0 | 11110 | 101011 | 1110 | 10011 | 111010 | 1000100 |
Color Harmonies of #DC9B7D
Complementary color
Monochromatic Colors of #DC9B7D
Black with #DC9B7D
Text Example
Text Example
White with #DC9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B7D; }
p { color: rgb(220,155,125); }
H1.HeaderClassName
{
color: #DC9B7D;
}
.AnyTagClassName
{
color: #DC9B7D;
}
</style>
background-color css
<style>
a { background-color: #DC9B7D; }
a { background-color: rgb(220,155,125); }
div.DivClassName
{
background-color: #DC9B7D;
}
.BgClassName
{
background-color: #DC9B7D;
}
</style>
border-color css
<style>
span { border-color: #DC9B7D; }
span { border-color: rgb(220,155,125); }
td.TdClassName
{
border-color: #DC9B7D;
}
.TagClassName
{
border-color: #DC9B7D;
}
</style>