Shades of Tumbleweed #DB9D83
Tints of Tumbleweed #DB9D83
RGB
CMYK
RGB Variations
Color information
#DB9D83 (or 0xDB9D83) is known color: Tumbleweed. HEX triplet: DB, 9D and 83. RGB value is (219,157,131). Sum of RGB (Red+Green+Blue) = 219+157+131=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D83 is #24627C. Grayscale: #ACACAC. Windows color (decimal): -2384509 or 8625627. OLE color: 8625627.
HSL color Cylindrical-coordinate representation of color #DB9D83: hue angle of 17.73º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB9D83 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 131 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.14 |
| HSL | 17.73º | 0.55% | 0.69% | - |
| HSV(B) | 17.73º | 0.4% | 0.86% | - |
| XYZ | 45.37 | 40.81 | 26.96 | - |
| YUV | 172.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 131 | 0 | 0.28 | 0.40 | 0.14 | 17.73 | 0.55 | 0.69 |
| Hex | DB | 9D | 83 | 0 | 1C | 28 | E | 12 | 37 | 45 |
| Octal | 333 | 235 | 203 | 0 | 34 | 50 | 16 | 22 | 67 | 105 |
| Binary | 11011011 | 10011101 | 10000011 | 0 | 11100 | 101000 | 1110 | 10010 | 110111 | 1000101 |
Color Harmonies of #DB9D83
Complementary color
Monochromatic Colors of #DB9D83
Black with #DB9D83
Text Example
Text Example
White with #DB9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D83; }
p { color: rgb(219,157,131); }
H1.HeaderClassName
{
color: #DB9D83;
}
.AnyTagClassName
{
color: #DB9D83;
}
</style>
background-color css
<style>
a { background-color: #DB9D83; }
a { background-color: rgb(219,157,131); }
div.DivClassName
{
background-color: #DB9D83;
}
.BgClassName
{
background-color: #DB9D83;
}
</style>
border-color css
<style>
span { border-color: #DB9D83; }
span { border-color: rgb(219,157,131); }
td.TdClassName
{
border-color: #DB9D83;
}
.TagClassName
{
border-color: #DB9D83;
}
</style>