Shades of Tumbleweed #D6A080
Tints of Tumbleweed #D6A080
RGB
CMYK
RGB Variations
Color information
#D6A080 (or 0xD6A080) is known color: Tumbleweed. HEX triplet: D6, A0 and 80. RGB value is (214,160,128). Sum of RGB (Red+Green+Blue) = 214+160+128=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A080 is #295F7F. Grayscale: #ACACAC. Windows color (decimal): -2711424 or 8429782. OLE color: 8429782.
HSL color Cylindrical-coordinate representation of color #D6A080: hue angle of 22.33º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6A080 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 128 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.16 |
| HSL | 22.33º | 0.51% | 0.67% | - |
| HSV(B) | 22.33º | 0.4% | 0.84% | - |
| XYZ | 44.2 | 41 | 26.01 | - |
| YUV | 172.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 128 | 0 | 0.25 | 0.40 | 0.16 | 22.33 | 0.51 | 0.67 |
| Hex | D6 | A0 | 80 | 0 | 19 | 28 | 10 | 16 | 33 | 43 |
| Octal | 326 | 240 | 200 | 0 | 31 | 50 | 20 | 26 | 63 | 103 |
| Binary | 11010110 | 10100000 | 10000000 | 0 | 11001 | 101000 | 10000 | 10110 | 110011 | 1000011 |
Color Harmonies of #D6A080
Complementary color
Monochromatic Colors of #D6A080
Black with #D6A080
Text Example
Text Example
White with #D6A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A080; }
p { color: rgb(214,160,128); }
H1.HeaderClassName
{
color: #D6A080;
}
.AnyTagClassName
{
color: #D6A080;
}
</style>
background-color css
<style>
a { background-color: #D6A080; }
a { background-color: rgb(214,160,128); }
div.DivClassName
{
background-color: #D6A080;
}
.BgClassName
{
background-color: #D6A080;
}
</style>
border-color css
<style>
span { border-color: #D6A080; }
span { border-color: rgb(214,160,128); }
td.TdClassName
{
border-color: #D6A080;
}
.TagClassName
{
border-color: #D6A080;
}
</style>