Shades of Tumbleweed #D7A084
Tints of Tumbleweed #D7A084
RGB
CMYK
RGB Variations
Color information
#D7A084 (or 0xD7A084) is known color: Tumbleweed. HEX triplet: D7, A0 and 84. RGB value is (215,160,132). Sum of RGB (Red+Green+Blue) = 215+160+132=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A084 is #285F7B. Grayscale: #ADADAD. Windows color (decimal): -2645884 or 8691927. OLE color: 8691927.
HSL color Cylindrical-coordinate representation of color #D7A084: hue angle of 20.24º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7A084 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 132 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.16 |
| HSL | 20.24º | 0.51% | 0.68% | - |
| HSV(B) | 20.24º | 0.39% | 0.84% | - |
| XYZ | 44.76 | 41.25 | 27.43 | - |
| YUV | 173.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 132 | 0 | 0.26 | 0.39 | 0.16 | 20.24 | 0.51 | 0.68 |
| Hex | D7 | A0 | 84 | 0 | 1A | 27 | 10 | 14 | 33 | 44 |
| Octal | 327 | 240 | 204 | 0 | 32 | 47 | 20 | 24 | 63 | 104 |
| Binary | 11010111 | 10100000 | 10000100 | 0 | 11010 | 100111 | 10000 | 10100 | 110011 | 1000100 |
Color Harmonies of #D7A084
Complementary color
Monochromatic Colors of #D7A084
Black with #D7A084
Text Example
Text Example
White with #D7A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A084; }
p { color: rgb(215,160,132); }
H1.HeaderClassName
{
color: #D7A084;
}
.AnyTagClassName
{
color: #D7A084;
}
</style>
background-color css
<style>
a { background-color: #D7A084; }
a { background-color: rgb(215,160,132); }
div.DivClassName
{
background-color: #D7A084;
}
.BgClassName
{
background-color: #D7A084;
}
</style>
border-color css
<style>
span { border-color: #D7A084; }
span { border-color: rgb(215,160,132); }
td.TdClassName
{
border-color: #D7A084;
}
.TagClassName
{
border-color: #D7A084;
}
</style>