Shades of Tumbleweed #D7A078
Tints of Tumbleweed #D7A078
RGB
CMYK
RGB Variations
Color information
#D7A078 (or 0xD7A078) is known color: Tumbleweed. HEX triplet: D7, A0 and 78. RGB value is (215,160,120). Sum of RGB (Red+Green+Blue) = 215+160+120=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A078 is #285F87. Grayscale: #ACACAC. Windows color (decimal): -2645896 or 7905495. OLE color: 7905495.
HSL color Cylindrical-coordinate representation of color #D7A078: hue angle of 25.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7A078 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 120 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.16 |
| HSL | 25.26º | 0.54% | 0.66% | - |
| HSV(B) | 25.26º | 0.44% | 0.84% | - |
| XYZ | 43.99 | 40.94 | 23.35 | - |
| YUV | 171.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 120 | 0 | 0.26 | 0.44 | 0.16 | 25.26 | 0.54 | 0.66 |
| Hex | D7 | A0 | 78 | 0 | 1A | 2C | 10 | 19 | 36 | 42 |
| Octal | 327 | 240 | 170 | 0 | 32 | 54 | 20 | 31 | 66 | 102 |
| Binary | 11010111 | 10100000 | 1111000 | 0 | 11010 | 101100 | 10000 | 11001 | 110110 | 1000010 |
Color Harmonies of #D7A078
Complementary color
Monochromatic Colors of #D7A078
Black with #D7A078
Text Example
Text Example
White with #D7A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A078; }
p { color: rgb(215,160,120); }
H1.HeaderClassName
{
color: #D7A078;
}
.AnyTagClassName
{
color: #D7A078;
}
</style>
background-color css
<style>
a { background-color: #D7A078; }
a { background-color: rgb(215,160,120); }
div.DivClassName
{
background-color: #D7A078;
}
.BgClassName
{
background-color: #D7A078;
}
</style>
border-color css
<style>
span { border-color: #D7A078; }
span { border-color: rgb(215,160,120); }
td.TdClassName
{
border-color: #D7A078;
}
.TagClassName
{
border-color: #D7A078;
}
</style>