Shades of Fire Bush #DB9842
Tints of Fire Bush #DB9842
RGB
CMYK
RGB Variations
Color information
#DB9842 (or 0xDB9842) is known color: Fire Bush. HEX triplet: DB, 98 and 42. RGB value is (219,152,66). Sum of RGB (Red+Green+Blue) = 219+152+66=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9842 is #2467BD. Grayscale: #A2A2A2. Windows color (decimal): -2385854 or 4364507. OLE color: 4364507.
HSL color Cylindrical-coordinate representation of color #DB9842: hue angle of 33.73º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB9842 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 66 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.14 |
| HSL | 33.73º | 0.68% | 0.56% | - |
| HSV(B) | 33.73º | 0.7% | 0.86% | - |
| XYZ | 41.43 | 37.91 | 10.29 | - |
| YUV | 162.23 | 73.7 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 66 | 0 | 0.31 | 0.70 | 0.14 | 33.73 | 0.68 | 0.56 |
| Hex | DB | 98 | 42 | 0 | 1F | 46 | E | 22 | 44 | 38 |
| Octal | 333 | 230 | 102 | 0 | 37 | 106 | 16 | 42 | 104 | 70 |
| Binary | 11011011 | 10011000 | 1000010 | 0 | 11111 | 1000110 | 1110 | 100010 | 1000100 | 111000 |
Color Harmonies of #DB9842
Complementary color
Monochromatic Colors of #DB9842
Black with #DB9842
Text Example
Text Example
White with #DB9842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9842; }
p { color: rgb(219,152,66); }
H1.HeaderClassName
{
color: #DB9842;
}
.AnyTagClassName
{
color: #DB9842;
}
</style>
background-color css
<style>
a { background-color: #DB9842; }
a { background-color: rgb(219,152,66); }
div.DivClassName
{
background-color: #DB9842;
}
.BgClassName
{
background-color: #DB9842;
}
</style>
border-color css
<style>
span { border-color: #DB9842; }
span { border-color: rgb(219,152,66); }
td.TdClassName
{
border-color: #DB9842;
}
.TagClassName
{
border-color: #DB9842;
}
</style>