Shades of Fire Bush #DB9746
Tints of Fire Bush #DB9746
RGB
CMYK
RGB Variations
Color information
#DB9746 (or 0xDB9746) is known color: Fire Bush. HEX triplet: DB, 97 and 46. RGB value is (219,151,70). Sum of RGB (Red+Green+Blue) = 219+151+70=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9746 is #2468B9. Grayscale: #A2A2A2. Windows color (decimal): -2386106 or 4626395. OLE color: 4626395.
HSL color Cylindrical-coordinate representation of color #DB9746: hue angle of 32.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB9746 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 70 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.14 |
| HSL | 32.62º | 0.67% | 0.57% | - |
| HSV(B) | 32.62º | 0.68% | 0.86% | - |
| XYZ | 41.39 | 37.64 | 10.88 | - |
| YUV | 162.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 70 | 0 | 0.31 | 0.68 | 0.14 | 32.62 | 0.67 | 0.57 |
| Hex | DB | 97 | 46 | 0 | 1F | 44 | E | 21 | 43 | 39 |
| Octal | 333 | 227 | 106 | 0 | 37 | 104 | 16 | 41 | 103 | 71 |
| Binary | 11011011 | 10010111 | 1000110 | 0 | 11111 | 1000100 | 1110 | 100001 | 1000011 | 111001 |
Color Harmonies of #DB9746
Complementary color
Monochromatic Colors of #DB9746
Black with #DB9746
Text Example
Text Example
White with #DB9746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9746; }
p { color: rgb(219,151,70); }
H1.HeaderClassName
{
color: #DB9746;
}
.AnyTagClassName
{
color: #DB9746;
}
</style>
background-color css
<style>
a { background-color: #DB9746; }
a { background-color: rgb(219,151,70); }
div.DivClassName
{
background-color: #DB9746;
}
.BgClassName
{
background-color: #DB9746;
}
</style>
border-color css
<style>
span { border-color: #DB9746; }
span { border-color: rgb(219,151,70); }
td.TdClassName
{
border-color: #DB9746;
}
.TagClassName
{
border-color: #DB9746;
}
</style>