Shades of Fire Bush #DB924D
Tints of Fire Bush #DB924D
RGB
CMYK
RGB Variations
Color information
#DB924D (or 0xDB924D) is known color: Fire Bush. HEX triplet: DB, 92 and 4D. RGB value is (219,146,77). Sum of RGB (Red+Green+Blue) = 219+146+77=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB924D is #246DB2. Grayscale: #A0A0A0. Windows color (decimal): -2387379 or 5083867. OLE color: 5083867.
HSL color Cylindrical-coordinate representation of color #DB924D: hue angle of 29.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB924D is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 77 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.14 |
| HSL | 29.15º | 0.66% | 0.58% | - |
| HSV(B) | 29.15º | 0.65% | 0.86% | - |
| XYZ | 40.83 | 36.15 | 11.85 | - |
| YUV | 159.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 77 | 0 | 0.33 | 0.65 | 0.14 | 29.15 | 0.66 | 0.58 |
| Hex | DB | 92 | 4D | 0 | 21 | 41 | E | 1D | 42 | 3A |
| Octal | 333 | 222 | 115 | 0 | 41 | 101 | 16 | 35 | 102 | 72 |
| Binary | 11011011 | 10010010 | 1001101 | 0 | 100001 | 1000001 | 1110 | 11101 | 1000010 | 111010 |
Color Harmonies of #DB924D
Complementary color
Monochromatic Colors of #DB924D
Black with #DB924D
Text Example
Text Example
White with #DB924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB924D; }
p { color: rgb(219,146,77); }
H1.HeaderClassName
{
color: #DB924D;
}
.AnyTagClassName
{
color: #DB924D;
}
</style>
background-color css
<style>
a { background-color: #DB924D; }
a { background-color: rgb(219,146,77); }
div.DivClassName
{
background-color: #DB924D;
}
.BgClassName
{
background-color: #DB924D;
}
</style>
border-color css
<style>
span { border-color: #DB924D; }
span { border-color: rgb(219,146,77); }
td.TdClassName
{
border-color: #DB924D;
}
.TagClassName
{
border-color: #DB924D;
}
</style>