Shades of Tumbleweed #DC9D83
Tints of Tumbleweed #DC9D83
RGB
CMYK
RGB Variations
Color information
#DC9D83 (or 0xDC9D83) is known color: Tumbleweed. HEX triplet: DC, 9D and 83. RGB value is (220,157,131). Sum of RGB (Red+Green+Blue) = 220+157+131=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D83 is #23627C. Grayscale: #ADADAD. Windows color (decimal): -2318973 or 8625628. OLE color: 8625628.
HSL color Cylindrical-coordinate representation of color #DC9D83: hue angle of 17.53º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC9D83 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 131 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.14 |
| HSL | 17.53º | 0.56% | 0.69% | - |
| HSV(B) | 17.53º | 0.4% | 0.86% | - |
| XYZ | 45.67 | 40.97 | 26.97 | - |
| YUV | 172.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 131 | 0 | 0.29 | 0.40 | 0.14 | 17.53 | 0.56 | 0.69 |
| Hex | DC | 9D | 83 | 0 | 1D | 28 | E | 12 | 38 | 45 |
| Octal | 334 | 235 | 203 | 0 | 35 | 50 | 16 | 22 | 70 | 105 |
| Binary | 11011100 | 10011101 | 10000011 | 0 | 11101 | 101000 | 1110 | 10010 | 111000 | 1000101 |
Color Harmonies of #DC9D83
Complementary color
Monochromatic Colors of #DC9D83
Black with #DC9D83
Text Example
Text Example
White with #DC9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D83; }
p { color: rgb(220,157,131); }
H1.HeaderClassName
{
color: #DC9D83;
}
.AnyTagClassName
{
color: #DC9D83;
}
</style>
background-color css
<style>
a { background-color: #DC9D83; }
a { background-color: rgb(220,157,131); }
div.DivClassName
{
background-color: #DC9D83;
}
.BgClassName
{
background-color: #DC9D83;
}
</style>
border-color css
<style>
span { border-color: #DC9D83; }
span { border-color: rgb(220,157,131); }
td.TdClassName
{
border-color: #DC9D83;
}
.TagClassName
{
border-color: #DC9D83;
}
</style>