Shades of Fire Bush #DB903F
Tints of Fire Bush #DB903F
RGB
CMYK
RGB Variations
Color information
#DB903F (or 0xDB903F) is known color: Fire Bush. HEX triplet: DB, 90 and 3F. RGB value is (219,144,63). Sum of RGB (Red+Green+Blue) = 219+144+63=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB903F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB903F is #246FC0. Grayscale: #9D9D9D. Windows color (decimal): -2387905 or 4165851. OLE color: 4165851.
HSL color Cylindrical-coordinate representation of color #DB903F: hue angle of 31.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB903F is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 63 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.14 |
| HSL | 31.15º | 0.68% | 0.55% | - |
| HSV(B) | 31.15º | 0.71% | 0.86% | - |
| XYZ | 40.08 | 35.37 | 9.42 | - |
| YUV | 157.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 63 | 0 | 0.34 | 0.71 | 0.14 | 31.15 | 0.68 | 0.55 |
| Hex | DB | 90 | 3F | 0 | 22 | 47 | E | 1F | 44 | 37 |
| Octal | 333 | 220 | 77 | 0 | 42 | 107 | 16 | 37 | 104 | 67 |
| Binary | 11011011 | 10010000 | 111111 | 0 | 100010 | 1000111 | 1110 | 11111 | 1000100 | 110111 |
Color Harmonies of #DB903F
Complementary color
Monochromatic Colors of #DB903F
Black with #DB903F
Text Example
Text Example
White with #DB903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB903F; }
p { color: rgb(219,144,63); }
H1.HeaderClassName
{
color: #DB903F;
}
.AnyTagClassName
{
color: #DB903F;
}
</style>
background-color css
<style>
a { background-color: #DB903F; }
a { background-color: rgb(219,144,63); }
div.DivClassName
{
background-color: #DB903F;
}
.BgClassName
{
background-color: #DB903F;
}
</style>
border-color css
<style>
span { border-color: #DB903F; }
span { border-color: rgb(219,144,63); }
td.TdClassName
{
border-color: #DB903F;
}
.TagClassName
{
border-color: #DB903F;
}
</style>