Shades of Tumbleweed #D6A07A
Tints of Tumbleweed #D6A07A
RGB
CMYK
RGB Variations
Color information
#D6A07A (or 0xD6A07A) is known color: Tumbleweed. HEX triplet: D6, A0 and 7A. RGB value is (214,160,122). Sum of RGB (Red+Green+Blue) = 214+160+122=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A07A is #295F85. Grayscale: #ACACAC. Windows color (decimal): -2711430 or 8036566. OLE color: 8036566.
HSL color Cylindrical-coordinate representation of color #D6A07A: hue angle of 24.78º 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 #D6A07A is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 122 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.16 |
| HSL | 24.78º | 0.53% | 0.66% | - |
| HSV(B) | 24.78º | 0.43% | 0.84% | - |
| XYZ | 43.82 | 40.84 | 23.99 | - |
| YUV | 171.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 122 | 0 | 0.25 | 0.43 | 0.16 | 24.78 | 0.53 | 0.66 |
| Hex | D6 | A0 | 7A | 0 | 19 | 2B | 10 | 19 | 35 | 42 |
| Octal | 326 | 240 | 172 | 0 | 31 | 53 | 20 | 31 | 65 | 102 |
| Binary | 11010110 | 10100000 | 1111010 | 0 | 11001 | 101011 | 10000 | 11001 | 110101 | 1000010 |
Color Harmonies of #D6A07A
Complementary color
Monochromatic Colors of #D6A07A
Black with #D6A07A
Text Example
Text Example
White with #D6A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A07A; }
p { color: rgb(214,160,122); }
H1.HeaderClassName
{
color: #D6A07A;
}
.AnyTagClassName
{
color: #D6A07A;
}
</style>
background-color css
<style>
a { background-color: #D6A07A; }
a { background-color: rgb(214,160,122); }
div.DivClassName
{
background-color: #D6A07A;
}
.BgClassName
{
background-color: #D6A07A;
}
</style>
border-color css
<style>
span { border-color: #D6A07A; }
span { border-color: rgb(214,160,122); }
td.TdClassName
{
border-color: #D6A07A;
}
.TagClassName
{
border-color: #D6A07A;
}
</style>