Shades of Fire Bush #DF914A
Tints of Fire Bush #DF914A
RGB
CMYK
RGB Variations
Color information
#DF914A (or 0xDF914A) is known color: Fire Bush. HEX triplet: DF, 91 and 4A. RGB value is (223,145,74). Sum of RGB (Red+Green+Blue) = 223+145+74=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF914A is #206EB5. Grayscale: #A0A0A0. Windows color (decimal): -2125494 or 4887007. OLE color: 4887007.
HSL color Cylindrical-coordinate representation of color #DF914A: hue angle of 28.59º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF914A is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 74 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.13 |
| HSL | 28.59º | 0.7% | 0.58% | - |
| HSV(B) | 28.59º | 0.67% | 0.87% | - |
| XYZ | 41.79 | 36.43 | 11.31 | - |
| YUV | 160.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 74 | 0 | 0.35 | 0.67 | 0.13 | 28.59 | 0.7 | 0.58 |
| Hex | DF | 91 | 4A | 0 | 23 | 43 | D | 1D | 46 | 3A |
| Octal | 337 | 221 | 112 | 0 | 43 | 103 | 15 | 35 | 106 | 72 |
| Binary | 11011111 | 10010001 | 1001010 | 0 | 100011 | 1000011 | 1101 | 11101 | 1000110 | 111010 |
Color Harmonies of #DF914A
Complementary color
Monochromatic Colors of #DF914A
Black with #DF914A
Text Example
Text Example
White with #DF914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF914A; }
p { color: rgb(223,145,74); }
H1.HeaderClassName
{
color: #DF914A;
}
.AnyTagClassName
{
color: #DF914A;
}
</style>
background-color css
<style>
a { background-color: #DF914A; }
a { background-color: rgb(223,145,74); }
div.DivClassName
{
background-color: #DF914A;
}
.BgClassName
{
background-color: #DF914A;
}
</style>
border-color css
<style>
span { border-color: #DF914A; }
span { border-color: rgb(223,145,74); }
td.TdClassName
{
border-color: #DF914A;
}
.TagClassName
{
border-color: #DF914A;
}
</style>