Shades of Tumbleweed #D6A58B
Tints of Tumbleweed #D6A58B
RGB
CMYK
RGB Variations
Color information
#D6A58B (or 0xD6A58B) is known color: Tumbleweed. HEX triplet: D6, A5 and 8B. RGB value is (214,165,139). Sum of RGB (Red+Green+Blue) = 214+165+139=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A58B is #295A74. Grayscale: #B0B0B0. Windows color (decimal): -2710133 or 9151958. OLE color: 9151958.
HSL color Cylindrical-coordinate representation of color #D6A58B: hue angle of 20.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6A58B is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 139 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.16 |
| HSL | 20.8º | 0.48% | 0.69% | - |
| HSV(B) | 20.8º | 0.35% | 0.84% | - |
| XYZ | 45.85 | 43.07 | 30.32 | - |
| YUV | 176.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 139 | 0 | 0.23 | 0.35 | 0.16 | 20.8 | 0.48 | 0.69 |
| Hex | D6 | A5 | 8B | 0 | 17 | 23 | 10 | 15 | 30 | 45 |
| Octal | 326 | 245 | 213 | 0 | 27 | 43 | 20 | 25 | 60 | 105 |
| Binary | 11010110 | 10100101 | 10001011 | 0 | 10111 | 100011 | 10000 | 10101 | 110000 | 1000101 |
Color Harmonies of #D6A58B
Complementary color
Monochromatic Colors of #D6A58B
Black with #D6A58B
Text Example
Text Example
White with #D6A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A58B; }
p { color: rgb(214,165,139); }
H1.HeaderClassName
{
color: #D6A58B;
}
.AnyTagClassName
{
color: #D6A58B;
}
</style>
background-color css
<style>
a { background-color: #D6A58B; }
a { background-color: rgb(214,165,139); }
div.DivClassName
{
background-color: #D6A58B;
}
.BgClassName
{
background-color: #D6A58B;
}
</style>
border-color css
<style>
span { border-color: #D6A58B; }
span { border-color: rgb(214,165,139); }
td.TdClassName
{
border-color: #D6A58B;
}
.TagClassName
{
border-color: #D6A58B;
}
</style>