Shades of Tumbleweed #D6A385
Tints of Tumbleweed #D6A385
RGB
CMYK
RGB Variations
Color information
#D6A385 (or 0xD6A385) is known color: Tumbleweed. HEX triplet: D6, A3 and 85. RGB value is (214,163,133). Sum of RGB (Red+Green+Blue) = 214+163+133=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A385 is #295C7A. Grayscale: #AFAFAF. Windows color (decimal): -2710651 or 8758230. OLE color: 8758230.
HSL color Cylindrical-coordinate representation of color #D6A385: hue angle of 22.22º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6A385 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 133 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.16 |
| HSL | 22.22º | 0.5% | 0.68% | - |
| HSV(B) | 22.22º | 0.38% | 0.84% | - |
| XYZ | 45.06 | 42.18 | 27.96 | - |
| YUV | 174.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 133 | 0 | 0.24 | 0.38 | 0.16 | 22.22 | 0.5 | 0.68 |
| Hex | D6 | A3 | 85 | 0 | 18 | 26 | 10 | 16 | 32 | 44 |
| Octal | 326 | 243 | 205 | 0 | 30 | 46 | 20 | 26 | 62 | 104 |
| Binary | 11010110 | 10100011 | 10000101 | 0 | 11000 | 100110 | 10000 | 10110 | 110010 | 1000100 |
Color Harmonies of #D6A385
Complementary color
Monochromatic Colors of #D6A385
Black with #D6A385
Text Example
Text Example
White with #D6A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A385; }
p { color: rgb(214,163,133); }
H1.HeaderClassName
{
color: #D6A385;
}
.AnyTagClassName
{
color: #D6A385;
}
</style>
background-color css
<style>
a { background-color: #D6A385; }
a { background-color: rgb(214,163,133); }
div.DivClassName
{
background-color: #D6A385;
}
.BgClassName
{
background-color: #D6A385;
}
</style>
border-color css
<style>
span { border-color: #D6A385; }
span { border-color: rgb(214,163,133); }
td.TdClassName
{
border-color: #D6A385;
}
.TagClassName
{
border-color: #D6A385;
}
</style>