Shades of Tumbleweed #DB9C7D
Tints of Tumbleweed #DB9C7D
RGB
CMYK
RGB Variations
Color information
#DB9C7D (or 0xDB9C7D) is known color: Tumbleweed. HEX triplet: DB, 9C and 7D. RGB value is (219,156,125). Sum of RGB (Red+Green+Blue) = 219+156+125=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C7D is #246382. Grayscale: #ABABAB. Windows color (decimal): -2384771 or 8232155. OLE color: 8232155.
HSL color Cylindrical-coordinate representation of color #DB9C7D: hue angle of 19.79º 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 #DB9C7D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 156 | 125 | - |
CMYK | 0 | 0.29 | 0.43 | 0.14 |
HSL | 19.79º | 0.57% | 0.67% | - |
HSV(B) | 19.79º | 0.43% | 0.86% | - |
XYZ | 44.8 | 40.32 | 24.82 | - |
YUV | 171.3 | 101.87 | 162.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 156 | 125 | 0 | 0.29 | 0.43 | 0.14 | 19.79 | 0.57 | 0.67 |
Hex | DB | 9C | 7D | 0 | 1D | 2B | E | 14 | 39 | 43 |
Octal | 333 | 234 | 175 | 0 | 35 | 53 | 16 | 24 | 71 | 103 |
Binary | 11011011 | 10011100 | 1111101 | 0 | 11101 | 101011 | 1110 | 10100 | 111001 | 1000011 |
Color Harmonies of #DB9C7D
Complementary color
Monochromatic Colors of #DB9C7D
Black with #DB9C7D
Text Example
Text Example
White with #DB9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C7D; }
p { color: rgb(219,156,125); }
H1.HeaderClassName
{
color: #DB9C7D;
}
.AnyTagClassName
{
color: #DB9C7D;
}
</style>
background-color css
<style>
a { background-color: #DB9C7D; }
a { background-color: rgb(219,156,125); }
div.DivClassName
{
background-color: #DB9C7D;
}
.BgClassName
{
background-color: #DB9C7D;
}
</style>
border-color css
<style>
span { border-color: #DB9C7D; }
span { border-color: rgb(219,156,125); }
td.TdClassName
{
border-color: #DB9C7D;
}
.TagClassName
{
border-color: #DB9C7D;
}
</style>