Shades of Tumbleweed #D6A07B
Tints of Tumbleweed #D6A07B
RGB
CMYK
RGB Variations
Color information
#D6A07B (or 0xD6A07B) is known color: Tumbleweed. HEX triplet: D6, A0 and 7B. RGB value is (214,160,123). Sum of RGB (Red+Green+Blue) = 214+160+123=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A07B is #295F84. Grayscale: #ACACAC. Windows color (decimal): -2711429 or 8102102. OLE color: 8102102.
HSL color Cylindrical-coordinate representation of color #D6A07B: hue angle of 24.4º 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 #D6A07B is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 123 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.16 |
| HSL | 24.4º | 0.53% | 0.66% | - |
| HSV(B) | 24.4º | 0.43% | 0.84% | - |
| XYZ | 43.88 | 40.87 | 24.31 | - |
| YUV | 171.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 123 | 0 | 0.25 | 0.43 | 0.16 | 24.4 | 0.53 | 0.66 |
| Hex | D6 | A0 | 7B | 0 | 19 | 2B | 10 | 18 | 35 | 42 |
| Octal | 326 | 240 | 173 | 0 | 31 | 53 | 20 | 30 | 65 | 102 |
| Binary | 11010110 | 10100000 | 1111011 | 0 | 11001 | 101011 | 10000 | 11000 | 110101 | 1000010 |
Color Harmonies of #D6A07B
Complementary color
Monochromatic Colors of #D6A07B
Black with #D6A07B
Text Example
Text Example
White with #D6A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A07B; }
p { color: rgb(214,160,123); }
H1.HeaderClassName
{
color: #D6A07B;
}
.AnyTagClassName
{
color: #D6A07B;
}
</style>
background-color css
<style>
a { background-color: #D6A07B; }
a { background-color: rgb(214,160,123); }
div.DivClassName
{
background-color: #D6A07B;
}
.BgClassName
{
background-color: #D6A07B;
}
</style>
border-color css
<style>
span { border-color: #D6A07B; }
span { border-color: rgb(214,160,123); }
td.TdClassName
{
border-color: #D6A07B;
}
.TagClassName
{
border-color: #D6A07B;
}
</style>