Shades of Tumbleweed #D6A57E
Tints of Tumbleweed #D6A57E
RGB
CMYK
RGB Variations
Color information
#D6A57E (or 0xD6A57E) is known color: Tumbleweed. HEX triplet: D6, A5 and 7E. RGB value is (214,165,126). Sum of RGB (Red+Green+Blue) = 214+165+126=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A57E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A57E is #295A81. Grayscale: #AFAFAF. Windows color (decimal): -2710146 or 8299990. OLE color: 8299990.
HSL color Cylindrical-coordinate representation of color #D6A57E: hue angle of 26.59º degrees, saturation: 0.52, 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 #D6A57E is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 126 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.16 |
| HSL | 26.59º | 0.52% | 0.67% | - |
| HSV(B) | 26.59º | 0.41% | 0.84% | - |
| XYZ | 44.95 | 42.71 | 25.61 | - |
| YUV | 175.21 | 100.23 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 126 | 0 | 0.23 | 0.41 | 0.16 | 26.59 | 0.52 | 0.67 |
| Hex | D6 | A5 | 7E | 0 | 17 | 29 | 10 | 1B | 34 | 43 |
| Octal | 326 | 245 | 176 | 0 | 27 | 51 | 20 | 33 | 64 | 103 |
| Binary | 11010110 | 10100101 | 1111110 | 0 | 10111 | 101001 | 10000 | 11011 | 110100 | 1000011 |
Color Harmonies of #D6A57E
Complementary color
Monochromatic Colors of #D6A57E
Black with #D6A57E
Text Example
Text Example
White with #D6A57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A57E; }
p { color: rgb(214,165,126); }
H1.HeaderClassName
{
color: #D6A57E;
}
.AnyTagClassName
{
color: #D6A57E;
}
</style>
background-color css
<style>
a { background-color: #D6A57E; }
a { background-color: rgb(214,165,126); }
div.DivClassName
{
background-color: #D6A57E;
}
.BgClassName
{
background-color: #D6A57E;
}
</style>
border-color css
<style>
span { border-color: #D6A57E; }
span { border-color: rgb(214,165,126); }
td.TdClassName
{
border-color: #D6A57E;
}
.TagClassName
{
border-color: #D6A57E;
}
</style>