Shades of Tumbleweed #D7A074
Tints of Tumbleweed #D7A074
RGB
CMYK
RGB Variations
Color information
#D7A074 (or 0xD7A074) is known color: Tumbleweed. HEX triplet: D7, A0 and 74. RGB value is (215,160,116). Sum of RGB (Red+Green+Blue) = 215+160+116=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A074 is #285F8B. Grayscale: #ABABAB. Windows color (decimal): -2645900 or 7643351. OLE color: 7643351.
HSL color Cylindrical-coordinate representation of color #D7A074: hue angle of 26.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7A074 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 116 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.16 |
| HSL | 26.67º | 0.55% | 0.65% | - |
| HSV(B) | 26.67º | 0.46% | 0.84% | - |
| XYZ | 43.75 | 40.85 | 22.1 | - |
| YUV | 171.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 116 | 0 | 0.26 | 0.46 | 0.16 | 26.67 | 0.55 | 0.65 |
| Hex | D7 | A0 | 74 | 0 | 1A | 2E | 10 | 1B | 37 | 41 |
| Octal | 327 | 240 | 164 | 0 | 32 | 56 | 20 | 33 | 67 | 101 |
| Binary | 11010111 | 10100000 | 1110100 | 0 | 11010 | 101110 | 10000 | 11011 | 110111 | 1000001 |
Color Harmonies of #D7A074
Complementary color
Monochromatic Colors of #D7A074
Black with #D7A074
Text Example
Text Example
White with #D7A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A074; }
p { color: rgb(215,160,116); }
H1.HeaderClassName
{
color: #D7A074;
}
.AnyTagClassName
{
color: #D7A074;
}
</style>
background-color css
<style>
a { background-color: #D7A074; }
a { background-color: rgb(215,160,116); }
div.DivClassName
{
background-color: #D7A074;
}
.BgClassName
{
background-color: #D7A074;
}
</style>
border-color css
<style>
span { border-color: #D7A074; }
span { border-color: rgb(215,160,116); }
td.TdClassName
{
border-color: #D7A074;
}
.TagClassName
{
border-color: #D7A074;
}
</style>