Shades of Fire Bush #DB903C
Tints of Fire Bush #DB903C
RGB
CMYK
RGB Variations
Color information
#DB903C (or 0xDB903C) is known color: Fire Bush. HEX triplet: DB, 90 and 3C. RGB value is (219,144,60). Sum of RGB (Red+Green+Blue) = 219+144+60=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB903C is #246FC3. Grayscale: #9D9D9D. Windows color (decimal): -2387908 or 3969243. OLE color: 3969243.
HSL color Cylindrical-coordinate representation of color #DB903C: hue angle of 31.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB903C is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 60 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.14 |
| HSL | 31.7º | 0.69% | 0.55% | - |
| HSV(B) | 31.7º | 0.73% | 0.86% | - |
| XYZ | 40 | 35.33 | 8.99 | - |
| YUV | 156.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 60 | 0 | 0.34 | 0.73 | 0.14 | 31.7 | 0.69 | 0.55 |
| Hex | DB | 90 | 3C | 0 | 22 | 49 | E | 20 | 45 | 37 |
| Octal | 333 | 220 | 74 | 0 | 42 | 111 | 16 | 40 | 105 | 67 |
| Binary | 11011011 | 10010000 | 111100 | 0 | 100010 | 1001001 | 1110 | 100000 | 1000101 | 110111 |
Color Harmonies of #DB903C
Complementary color
Monochromatic Colors of #DB903C
Black with #DB903C
Text Example
Text Example
White with #DB903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB903C; }
p { color: rgb(219,144,60); }
H1.HeaderClassName
{
color: #DB903C;
}
.AnyTagClassName
{
color: #DB903C;
}
</style>
background-color css
<style>
a { background-color: #DB903C; }
a { background-color: rgb(219,144,60); }
div.DivClassName
{
background-color: #DB903C;
}
.BgClassName
{
background-color: #DB903C;
}
</style>
border-color css
<style>
span { border-color: #DB903C; }
span { border-color: rgb(219,144,60); }
td.TdClassName
{
border-color: #DB903C;
}
.TagClassName
{
border-color: #DB903C;
}
</style>