Shades of Tumbleweed #DC9F81
Tints of Tumbleweed #DC9F81
RGB
CMYK
RGB Variations
Color information
#DC9F81 (or 0xDC9F81) is known color: Tumbleweed. HEX triplet: DC, 9F and 81. RGB value is (220,159,129). Sum of RGB (Red+Green+Blue) = 220+159+129=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F81 is #23607E. Grayscale: #AEAEAE. Windows color (decimal): -2318463 or 8495068. OLE color: 8495068.
HSL color Cylindrical-coordinate representation of color #DC9F81: hue angle of 19.78º 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 #DC9F81 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 129 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.14 |
| HSL | 19.78º | 0.57% | 0.68% | - |
| HSV(B) | 19.78º | 0.41% | 0.86% | - |
| XYZ | 45.88 | 41.6 | 26.38 | - |
| YUV | 173.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 129 | 0 | 0.28 | 0.41 | 0.14 | 19.78 | 0.57 | 0.68 |
| Hex | DC | 9F | 81 | 0 | 1C | 29 | E | 14 | 39 | 44 |
| Octal | 334 | 237 | 201 | 0 | 34 | 51 | 16 | 24 | 71 | 104 |
| Binary | 11011100 | 10011111 | 10000001 | 0 | 11100 | 101001 | 1110 | 10100 | 111001 | 1000100 |
Color Harmonies of #DC9F81
Complementary color
Monochromatic Colors of #DC9F81
Black with #DC9F81
Text Example
Text Example
White with #DC9F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F81; }
p { color: rgb(220,159,129); }
H1.HeaderClassName
{
color: #DC9F81;
}
.AnyTagClassName
{
color: #DC9F81;
}
</style>
background-color css
<style>
a { background-color: #DC9F81; }
a { background-color: rgb(220,159,129); }
div.DivClassName
{
background-color: #DC9F81;
}
.BgClassName
{
background-color: #DC9F81;
}
</style>
border-color css
<style>
span { border-color: #DC9F81; }
span { border-color: rgb(220,159,129); }
td.TdClassName
{
border-color: #DC9F81;
}
.TagClassName
{
border-color: #DC9F81;
}
</style>