Shades of Fire Bush #DF923A
Tints of Fire Bush #DF923A
RGB
CMYK
RGB Variations
Color information
#DF923A (or 0xDF923A) is known color: Fire Bush. HEX triplet: DF, 92 and 3A. RGB value is (223,146,58). Sum of RGB (Red+Green+Blue) = 223+146+58=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF923A is #206DC5. Grayscale: #9F9F9F. Windows color (decimal): -2125254 or 3838687. OLE color: 3838687.
HSL color Cylindrical-coordinate representation of color #DF923A: hue angle of 32º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF923A is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 58 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.13 |
| HSL | 32º | 0.72% | 0.55% | - |
| HSV(B) | 32º | 0.74% | 0.87% | - |
| XYZ | 41.47 | 36.55 | 8.87 | - |
| YUV | 158.99 | 71.01 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 58 | 0 | 0.35 | 0.74 | 0.13 | 32 | 0.72 | 0.55 |
| Hex | DF | 92 | 3A | 0 | 23 | 4A | D | 20 | 48 | 37 |
| Octal | 337 | 222 | 72 | 0 | 43 | 112 | 15 | 40 | 110 | 67 |
| Binary | 11011111 | 10010010 | 111010 | 0 | 100011 | 1001010 | 1101 | 100000 | 1001000 | 110111 |
Color Harmonies of #DF923A
Complementary color
Monochromatic Colors of #DF923A
Black with #DF923A
Text Example
Text Example
White with #DF923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF923A; }
p { color: rgb(223,146,58); }
H1.HeaderClassName
{
color: #DF923A;
}
.AnyTagClassName
{
color: #DF923A;
}
</style>
background-color css
<style>
a { background-color: #DF923A; }
a { background-color: rgb(223,146,58); }
div.DivClassName
{
background-color: #DF923A;
}
.BgClassName
{
background-color: #DF923A;
}
</style>
border-color css
<style>
span { border-color: #DF923A; }
span { border-color: rgb(223,146,58); }
td.TdClassName
{
border-color: #DF923A;
}
.TagClassName
{
border-color: #DF923A;
}
</style>