Shades of Fire Bush #DB923F
Tints of Fire Bush #DB923F
RGB
CMYK
RGB Variations
Color information
#DB923F (or 0xDB923F) is known color: Fire Bush. HEX triplet: DB, 92 and 3F. RGB value is (219,146,63). Sum of RGB (Red+Green+Blue) = 219+146+63=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB923F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB923F is #246DC0. Grayscale: #9E9E9E. Windows color (decimal): -2387393 or 4166363. OLE color: 4166363.
HSL color Cylindrical-coordinate representation of color #DB923F: hue angle of 31.92º 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 #DB923F is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 63 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.14 |
| HSL | 31.92º | 0.68% | 0.55% | - |
| HSV(B) | 31.92º | 0.71% | 0.86% | - |
| XYZ | 40.39 | 35.98 | 9.52 | - |
| YUV | 158.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 63 | 0 | 0.33 | 0.71 | 0.14 | 31.92 | 0.68 | 0.55 |
| Hex | DB | 92 | 3F | 0 | 21 | 47 | E | 20 | 44 | 37 |
| Octal | 333 | 222 | 77 | 0 | 41 | 107 | 16 | 40 | 104 | 67 |
| Binary | 11011011 | 10010010 | 111111 | 0 | 100001 | 1000111 | 1110 | 100000 | 1000100 | 110111 |
Color Harmonies of #DB923F
Complementary color
Monochromatic Colors of #DB923F
Black with #DB923F
Text Example
Text Example
White with #DB923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB923F; }
p { color: rgb(219,146,63); }
H1.HeaderClassName
{
color: #DB923F;
}
.AnyTagClassName
{
color: #DB923F;
}
</style>
background-color css
<style>
a { background-color: #DB923F; }
a { background-color: rgb(219,146,63); }
div.DivClassName
{
background-color: #DB923F;
}
.BgClassName
{
background-color: #DB923F;
}
</style>
border-color css
<style>
span { border-color: #DB923F; }
span { border-color: rgb(219,146,63); }
td.TdClassName
{
border-color: #DB923F;
}
.TagClassName
{
border-color: #DB923F;
}
</style>