Shades of Tumbleweed #DC9D81
Tints of Tumbleweed #DC9D81
RGB
CMYK
RGB Variations
Color information
#DC9D81 (or 0xDC9D81) is known color: Tumbleweed. HEX triplet: DC, 9D and 81. RGB value is (220,157,129). Sum of RGB (Red+Green+Blue) = 220+157+129=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D81 is #23627E. Grayscale: #ACACAC. Windows color (decimal): -2318975 or 8494556. OLE color: 8494556.
HSL color Cylindrical-coordinate representation of color #DC9D81: hue angle of 18.46º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC9D81 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 129 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.14 |
| HSL | 18.46º | 0.57% | 0.68% | - |
| HSV(B) | 18.46º | 0.41% | 0.86% | - |
| XYZ | 45.53 | 40.91 | 26.27 | - |
| YUV | 172.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 129 | 0 | 0.29 | 0.41 | 0.14 | 18.46 | 0.57 | 0.68 |
| Hex | DC | 9D | 81 | 0 | 1D | 29 | E | 12 | 39 | 44 |
| Octal | 334 | 235 | 201 | 0 | 35 | 51 | 16 | 22 | 71 | 104 |
| Binary | 11011100 | 10011101 | 10000001 | 0 | 11101 | 101001 | 1110 | 10010 | 111001 | 1000100 |
Color Harmonies of #DC9D81
Complementary color
Monochromatic Colors of #DC9D81
Black with #DC9D81
Text Example
Text Example
White with #DC9D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D81; }
p { color: rgb(220,157,129); }
H1.HeaderClassName
{
color: #DC9D81;
}
.AnyTagClassName
{
color: #DC9D81;
}
</style>
background-color css
<style>
a { background-color: #DC9D81; }
a { background-color: rgb(220,157,129); }
div.DivClassName
{
background-color: #DC9D81;
}
.BgClassName
{
background-color: #DC9D81;
}
</style>
border-color css
<style>
span { border-color: #DC9D81; }
span { border-color: rgb(220,157,129); }
td.TdClassName
{
border-color: #DC9D81;
}
.TagClassName
{
border-color: #DC9D81;
}
</style>