Shades of Fire Bush #DB924A
Tints of Fire Bush #DB924A
RGB
CMYK
RGB Variations
Color information
#DB924A (or 0xDB924A) is known color: Fire Bush. HEX triplet: DB, 92 and 4A. RGB value is (219,146,74). Sum of RGB (Red+Green+Blue) = 219+146+74=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB924A is #246DB5. Grayscale: #9F9F9F. Windows color (decimal): -2387382 or 4887259. OLE color: 4887259.
HSL color Cylindrical-coordinate representation of color #DB924A: hue angle of 29.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB924A is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 74 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.14 |
| HSL | 29.79º | 0.67% | 0.57% | - |
| HSV(B) | 29.79º | 0.66% | 0.86% | - |
| XYZ | 40.73 | 36.11 | 11.3 | - |
| YUV | 159.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 74 | 0 | 0.33 | 0.66 | 0.14 | 29.79 | 0.67 | 0.57 |
| Hex | DB | 92 | 4A | 0 | 21 | 42 | E | 1E | 43 | 39 |
| Octal | 333 | 222 | 112 | 0 | 41 | 102 | 16 | 36 | 103 | 71 |
| Binary | 11011011 | 10010010 | 1001010 | 0 | 100001 | 1000010 | 1110 | 11110 | 1000011 | 111001 |
Color Harmonies of #DB924A
Complementary color
Monochromatic Colors of #DB924A
Black with #DB924A
Text Example
Text Example
White with #DB924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB924A; }
p { color: rgb(219,146,74); }
H1.HeaderClassName
{
color: #DB924A;
}
.AnyTagClassName
{
color: #DB924A;
}
</style>
background-color css
<style>
a { background-color: #DB924A; }
a { background-color: rgb(219,146,74); }
div.DivClassName
{
background-color: #DB924A;
}
.BgClassName
{
background-color: #DB924A;
}
</style>
border-color css
<style>
span { border-color: #DB924A; }
span { border-color: rgb(219,146,74); }
td.TdClassName
{
border-color: #DB924A;
}
.TagClassName
{
border-color: #DB924A;
}
</style>