Shades of Tumbleweed #D6A07F
Tints of Tumbleweed #D6A07F
RGB
CMYK
RGB Variations
Color information
#D6A07F (or 0xD6A07F) is known color: Tumbleweed. HEX triplet: D6, A0 and 7F. RGB value is (214,160,127). Sum of RGB (Red+Green+Blue) = 214+160+127=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A07F is #295F80. Grayscale: #ACACAC. Windows color (decimal): -2711425 or 8364246. OLE color: 8364246.
HSL color Cylindrical-coordinate representation of color #D6A07F: hue angle of 22.76º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6A07F is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 127 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.16 |
| HSL | 22.76º | 0.51% | 0.67% | - |
| HSV(B) | 22.76º | 0.41% | 0.84% | - |
| XYZ | 44.13 | 40.97 | 25.66 | - |
| YUV | 172.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 127 | 0 | 0.25 | 0.41 | 0.16 | 22.76 | 0.51 | 0.67 |
| Hex | D6 | A0 | 7F | 0 | 19 | 29 | 10 | 17 | 33 | 43 |
| Octal | 326 | 240 | 177 | 0 | 31 | 51 | 20 | 27 | 63 | 103 |
| Binary | 11010110 | 10100000 | 1111111 | 0 | 11001 | 101001 | 10000 | 10111 | 110011 | 1000011 |
Color Harmonies of #D6A07F
Complementary color
Monochromatic Colors of #D6A07F
Black with #D6A07F
Text Example
Text Example
White with #D6A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A07F; }
p { color: rgb(214,160,127); }
H1.HeaderClassName
{
color: #D6A07F;
}
.AnyTagClassName
{
color: #D6A07F;
}
</style>
background-color css
<style>
a { background-color: #D6A07F; }
a { background-color: rgb(214,160,127); }
div.DivClassName
{
background-color: #D6A07F;
}
.BgClassName
{
background-color: #D6A07F;
}
</style>
border-color css
<style>
span { border-color: #D6A07F; }
span { border-color: rgb(214,160,127); }
td.TdClassName
{
border-color: #D6A07F;
}
.TagClassName
{
border-color: #D6A07F;
}
</style>