Shades of Tumbleweed #DB9B7D
Tints of Tumbleweed #DB9B7D
RGB
CMYK
RGB Variations
Color information
#DB9B7D (or 0xDB9B7D) is known color: Tumbleweed. HEX triplet: DB, 9B and 7D. RGB value is (219,155,125). Sum of RGB (Red+Green+Blue) = 219+155+125=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B7D is #246482. Grayscale: #AAAAAA. Windows color (decimal): -2385027 or 8231899. OLE color: 8231899.
HSL color Cylindrical-coordinate representation of color #DB9B7D: hue angle of 19.15º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB9B7D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 155 | 125 | - |
CMYK | 0 | 0.29 | 0.43 | 0.14 |
HSL | 19.15º | 0.57% | 0.67% | - |
HSV(B) | 19.15º | 0.43% | 0.86% | - |
XYZ | 44.64 | 39.98 | 24.77 | - |
YUV | 170.72 | 102.2 | 162.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 155 | 125 | 0 | 0.29 | 0.43 | 0.14 | 19.15 | 0.57 | 0.67 |
Hex | DB | 9B | 7D | 0 | 1D | 2B | E | 13 | 39 | 43 |
Octal | 333 | 233 | 175 | 0 | 35 | 53 | 16 | 23 | 71 | 103 |
Binary | 11011011 | 10011011 | 1111101 | 0 | 11101 | 101011 | 1110 | 10011 | 111001 | 1000011 |
Color Harmonies of #DB9B7D
Complementary color
Monochromatic Colors of #DB9B7D
Black with #DB9B7D
Text Example
Text Example
White with #DB9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B7D; }
p { color: rgb(219,155,125); }
H1.HeaderClassName
{
color: #DB9B7D;
}
.AnyTagClassName
{
color: #DB9B7D;
}
</style>
background-color css
<style>
a { background-color: #DB9B7D; }
a { background-color: rgb(219,155,125); }
div.DivClassName
{
background-color: #DB9B7D;
}
.BgClassName
{
background-color: #DB9B7D;
}
</style>
border-color css
<style>
span { border-color: #DB9B7D; }
span { border-color: rgb(219,155,125); }
td.TdClassName
{
border-color: #DB9B7D;
}
.TagClassName
{
border-color: #DB9B7D;
}
</style>