Shades of Tumbleweed #D6A189
Tints of Tumbleweed #D6A189
RGB
CMYK
RGB Variations
Color information
#D6A189 (or 0xD6A189) is known color: Tumbleweed. HEX triplet: D6, A1 and 89. RGB value is (214,161,137). Sum of RGB (Red+Green+Blue) = 214+161+137=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A189 is #295E76. Grayscale: #AEAEAE. Windows color (decimal): -2711159 or 9019862. OLE color: 9019862.
HSL color Cylindrical-coordinate representation of color #D6A189: hue angle of 18.7º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6A189 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 137 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.16 |
| HSL | 18.7º | 0.48% | 0.69% | - |
| HSV(B) | 18.7º | 0.36% | 0.84% | - |
| XYZ | 44.99 | 41.59 | 29.32 | - |
| YUV | 174.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 137 | 0 | 0.25 | 0.36 | 0.16 | 18.7 | 0.48 | 0.69 |
| Hex | D6 | A1 | 89 | 0 | 19 | 24 | 10 | 13 | 30 | 45 |
| Octal | 326 | 241 | 211 | 0 | 31 | 44 | 20 | 23 | 60 | 105 |
| Binary | 11010110 | 10100001 | 10001001 | 0 | 11001 | 100100 | 10000 | 10011 | 110000 | 1000101 |
Color Harmonies of #D6A189
Complementary color
Monochromatic Colors of #D6A189
Black with #D6A189
Text Example
Text Example
White with #D6A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A189; }
p { color: rgb(214,161,137); }
H1.HeaderClassName
{
color: #D6A189;
}
.AnyTagClassName
{
color: #D6A189;
}
</style>
background-color css
<style>
a { background-color: #D6A189; }
a { background-color: rgb(214,161,137); }
div.DivClassName
{
background-color: #D6A189;
}
.BgClassName
{
background-color: #D6A189;
}
</style>
border-color css
<style>
span { border-color: #D6A189; }
span { border-color: rgb(214,161,137); }
td.TdClassName
{
border-color: #D6A189;
}
.TagClassName
{
border-color: #D6A189;
}
</style>