Shades of Tumbleweed #D6A079
Tints of Tumbleweed #D6A079
RGB
CMYK
RGB Variations
Color information
#D6A079 (or 0xD6A079) is known color: Tumbleweed. HEX triplet: D6, A0 and 79. RGB value is (214,160,121). Sum of RGB (Red+Green+Blue) = 214+160+121=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A079 is #295F86. Grayscale: #ABABAB. Windows color (decimal): -2711431 or 7971030. OLE color: 7971030.
HSL color Cylindrical-coordinate representation of color #D6A079: hue angle of 25.16º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6A079 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 121 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.16 |
| HSL | 25.16º | 0.53% | 0.66% | - |
| HSV(B) | 25.16º | 0.43% | 0.84% | - |
| XYZ | 43.75 | 40.82 | 23.66 | - |
| YUV | 171.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 121 | 0 | 0.25 | 0.43 | 0.16 | 25.16 | 0.53 | 0.66 |
| Hex | D6 | A0 | 79 | 0 | 19 | 2B | 10 | 19 | 35 | 42 |
| Octal | 326 | 240 | 171 | 0 | 31 | 53 | 20 | 31 | 65 | 102 |
| Binary | 11010110 | 10100000 | 1111001 | 0 | 11001 | 101011 | 10000 | 11001 | 110101 | 1000010 |
Color Harmonies of #D6A079
Complementary color
Monochromatic Colors of #D6A079
Black with #D6A079
Text Example
Text Example
White with #D6A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A079; }
p { color: rgb(214,160,121); }
H1.HeaderClassName
{
color: #D6A079;
}
.AnyTagClassName
{
color: #D6A079;
}
</style>
background-color css
<style>
a { background-color: #D6A079; }
a { background-color: rgb(214,160,121); }
div.DivClassName
{
background-color: #D6A079;
}
.BgClassName
{
background-color: #D6A079;
}
</style>
border-color css
<style>
span { border-color: #D6A079; }
span { border-color: rgb(214,160,121); }
td.TdClassName
{
border-color: #D6A079;
}
.TagClassName
{
border-color: #D6A079;
}
</style>