Shades of Fire Bush #DB8D4A
Tints of Fire Bush #DB8D4A
RGB
CMYK
RGB Variations
Color information
#DB8D4A (or 0xDB8D4A) is known color: Fire Bush. HEX triplet: DB, 8D and 4A. RGB value is (219,141,74). Sum of RGB (Red+Green+Blue) = 219+141+74=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D4A is #2472B5. Grayscale: #9D9D9D. Windows color (decimal): -2388662 or 4885979. OLE color: 4885979.
HSL color Cylindrical-coordinate representation of color #DB8D4A: hue angle of 27.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB8D4A is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 74 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.14 |
| HSL | 27.72º | 0.67% | 0.57% | - |
| HSV(B) | 27.72º | 0.66% | 0.86% | - |
| XYZ | 39.97 | 34.6 | 11.05 | - |
| YUV | 156.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 74 | 0 | 0.36 | 0.66 | 0.14 | 27.72 | 0.67 | 0.57 |
| Hex | DB | 8D | 4A | 0 | 24 | 42 | E | 1C | 43 | 39 |
| Octal | 333 | 215 | 112 | 0 | 44 | 102 | 16 | 34 | 103 | 71 |
| Binary | 11011011 | 10001101 | 1001010 | 0 | 100100 | 1000010 | 1110 | 11100 | 1000011 | 111001 |
Color Harmonies of #DB8D4A
Complementary color
Monochromatic Colors of #DB8D4A
Black with #DB8D4A
Text Example
Text Example
White with #DB8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D4A; }
p { color: rgb(219,141,74); }
H1.HeaderClassName
{
color: #DB8D4A;
}
.AnyTagClassName
{
color: #DB8D4A;
}
</style>
background-color css
<style>
a { background-color: #DB8D4A; }
a { background-color: rgb(219,141,74); }
div.DivClassName
{
background-color: #DB8D4A;
}
.BgClassName
{
background-color: #DB8D4A;
}
</style>
border-color css
<style>
span { border-color: #DB8D4A; }
span { border-color: rgb(219,141,74); }
td.TdClassName
{
border-color: #DB8D4A;
}
.TagClassName
{
border-color: #DB8D4A;
}
</style>