Shades of Tumbleweed #DB9C78
Tints of Tumbleweed #DB9C78
RGB
CMYK
RGB Variations
Color information
#DB9C78 (or 0xDB9C78) is known color: Tumbleweed. HEX triplet: DB, 9C and 78. RGB value is (219,156,120). Sum of RGB (Red+Green+Blue) = 219+156+120=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C78 is #246387. Grayscale: #AAAAAA. Windows color (decimal): -2384776 or 7904475. OLE color: 7904475.
HSL color Cylindrical-coordinate representation of color #DB9C78: hue angle of 21.82º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB9C78 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 120 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.14 |
| HSL | 21.82º | 0.58% | 0.66% | - |
| HSV(B) | 21.82º | 0.45% | 0.86% | - |
| XYZ | 44.49 | 40.19 | 23.18 | - |
| YUV | 170.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 120 | 0 | 0.29 | 0.45 | 0.14 | 21.82 | 0.58 | 0.66 |
| Hex | DB | 9C | 78 | 0 | 1D | 2D | E | 16 | 3A | 42 |
| Octal | 333 | 234 | 170 | 0 | 35 | 55 | 16 | 26 | 72 | 102 |
| Binary | 11011011 | 10011100 | 1111000 | 0 | 11101 | 101101 | 1110 | 10110 | 111010 | 1000010 |
Color Harmonies of #DB9C78
Complementary color
Monochromatic Colors of #DB9C78
Black with #DB9C78
Text Example
Text Example
White with #DB9C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C78; }
p { color: rgb(219,156,120); }
H1.HeaderClassName
{
color: #DB9C78;
}
.AnyTagClassName
{
color: #DB9C78;
}
</style>
background-color css
<style>
a { background-color: #DB9C78; }
a { background-color: rgb(219,156,120); }
div.DivClassName
{
background-color: #DB9C78;
}
.BgClassName
{
background-color: #DB9C78;
}
</style>
border-color css
<style>
span { border-color: #DB9C78; }
span { border-color: rgb(219,156,120); }
td.TdClassName
{
border-color: #DB9C78;
}
.TagClassName
{
border-color: #DB9C78;
}
</style>