Shades of Fire Bush #DF924C
Tints of Fire Bush #DF924C
RGB
CMYK
RGB Variations
Color information
#DF924C (or 0xDF924C) is known color: Fire Bush. HEX triplet: DF, 92 and 4C. RGB value is (223,146,76). Sum of RGB (Red+Green+Blue) = 223+146+76=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF924C is #206DB3. Grayscale: #A1A1A1. Windows color (decimal): -2125236 or 5018335. OLE color: 5018335.
HSL color Cylindrical-coordinate representation of color #DF924C: hue angle of 28.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF924C is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 76 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.13 |
| HSL | 28.57º | 0.7% | 0.59% | - |
| HSV(B) | 28.57º | 0.66% | 0.87% | - |
| XYZ | 42.01 | 36.77 | 11.72 | - |
| YUV | 161.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 76 | 0 | 0.35 | 0.66 | 0.13 | 28.57 | 0.7 | 0.59 |
| Hex | DF | 92 | 4C | 0 | 23 | 42 | D | 1D | 46 | 3B |
| Octal | 337 | 222 | 114 | 0 | 43 | 102 | 15 | 35 | 106 | 73 |
| Binary | 11011111 | 10010010 | 1001100 | 0 | 100011 | 1000010 | 1101 | 11101 | 1000110 | 111011 |
Color Harmonies of #DF924C
Complementary color
Monochromatic Colors of #DF924C
Black with #DF924C
Text Example
Text Example
White with #DF924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF924C; }
p { color: rgb(223,146,76); }
H1.HeaderClassName
{
color: #DF924C;
}
.AnyTagClassName
{
color: #DF924C;
}
</style>
background-color css
<style>
a { background-color: #DF924C; }
a { background-color: rgb(223,146,76); }
div.DivClassName
{
background-color: #DF924C;
}
.BgClassName
{
background-color: #DF924C;
}
</style>
border-color css
<style>
span { border-color: #DF924C; }
span { border-color: rgb(223,146,76); }
td.TdClassName
{
border-color: #DF924C;
}
.TagClassName
{
border-color: #DF924C;
}
</style>