Shades of Tumbleweed #D6A880
Tints of Tumbleweed #D6A880
RGB
CMYK
RGB Variations
Color information
#D6A880 (or 0xD6A880) is known color: Tumbleweed. HEX triplet: D6, A8 and 80. RGB value is (214,168,128). Sum of RGB (Red+Green+Blue) = 214+168+128=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A880 is #29577F. Grayscale: #B1B1B1. Windows color (decimal): -2709376 or 8431830. OLE color: 8431830.
HSL color Cylindrical-coordinate representation of color #D6A880: hue angle of 27.91º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6A880 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 128 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.16 |
| HSL | 27.91º | 0.51% | 0.67% | - |
| HSV(B) | 27.91º | 0.4% | 0.84% | - |
| XYZ | 45.63 | 43.86 | 26.48 | - |
| YUV | 177.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 128 | 0 | 0.21 | 0.40 | 0.16 | 27.91 | 0.51 | 0.67 |
| Hex | D6 | A8 | 80 | 0 | 15 | 28 | 10 | 1C | 33 | 43 |
| Octal | 326 | 250 | 200 | 0 | 25 | 50 | 20 | 34 | 63 | 103 |
| Binary | 11010110 | 10101000 | 10000000 | 0 | 10101 | 101000 | 10000 | 11100 | 110011 | 1000011 |
Color Harmonies of #D6A880
Complementary color
Monochromatic Colors of #D6A880
Black with #D6A880
Text Example
Text Example
White with #D6A880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A880; }
p { color: rgb(214,168,128); }
H1.HeaderClassName
{
color: #D6A880;
}
.AnyTagClassName
{
color: #D6A880;
}
</style>
background-color css
<style>
a { background-color: #D6A880; }
a { background-color: rgb(214,168,128); }
div.DivClassName
{
background-color: #D6A880;
}
.BgClassName
{
background-color: #D6A880;
}
</style>
border-color css
<style>
span { border-color: #D6A880; }
span { border-color: rgb(214,168,128); }
td.TdClassName
{
border-color: #D6A880;
}
.TagClassName
{
border-color: #D6A880;
}
</style>