Shades of Tumbleweed #D6A88B
Tints of Tumbleweed #D6A88B
RGB
CMYK
RGB Variations
Color information
#D6A88B (or 0xD6A88B) is known color: Tumbleweed. HEX triplet: D6, A8 and 8B. RGB value is (214,168,139). Sum of RGB (Red+Green+Blue) = 214+168+139=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A88B is #295774. Grayscale: #B2B2B2. Windows color (decimal): -2709365 or 9152726. OLE color: 9152726.
HSL color Cylindrical-coordinate representation of color #D6A88B: hue angle of 23.2º 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 #D6A88B is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 139 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.16 |
| HSL | 23.2º | 0.48% | 0.69% | - |
| HSV(B) | 23.2º | 0.35% | 0.84% | - |
| XYZ | 46.39 | 44.17 | 30.51 | - |
| YUV | 178.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 139 | 0 | 0.21 | 0.35 | 0.16 | 23.2 | 0.48 | 0.69 |
| Hex | D6 | A8 | 8B | 0 | 15 | 23 | 10 | 17 | 30 | 45 |
| Octal | 326 | 250 | 213 | 0 | 25 | 43 | 20 | 27 | 60 | 105 |
| Binary | 11010110 | 10101000 | 10001011 | 0 | 10101 | 100011 | 10000 | 10111 | 110000 | 1000101 |
Color Harmonies of #D6A88B
Complementary color
Monochromatic Colors of #D6A88B
Black with #D6A88B
Text Example
Text Example
White with #D6A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A88B; }
p { color: rgb(214,168,139); }
H1.HeaderClassName
{
color: #D6A88B;
}
.AnyTagClassName
{
color: #D6A88B;
}
</style>
background-color css
<style>
a { background-color: #D6A88B; }
a { background-color: rgb(214,168,139); }
div.DivClassName
{
background-color: #D6A88B;
}
.BgClassName
{
background-color: #D6A88B;
}
</style>
border-color css
<style>
span { border-color: #D6A88B; }
span { border-color: rgb(214,168,139); }
td.TdClassName
{
border-color: #D6A88B;
}
.TagClassName
{
border-color: #D6A88B;
}
</style>