Shades of Fire Bush #DF9749
Tints of Fire Bush #DF9749
RGB
CMYK
RGB Variations
Color information
#DF9749 (or 0xDF9749) is known color: Fire Bush. HEX triplet: DF, 97 and 49. RGB value is (223,151,73). Sum of RGB (Red+Green+Blue) = 223+151+73=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9749 is #2068B6. Grayscale: #A4A4A4. Windows color (decimal): -2123959 or 4823007. OLE color: 4823007.
HSL color Cylindrical-coordinate representation of color #DF9749: hue angle of 31.2º 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 #DF9749 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 73 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.13 |
| HSL | 31.2º | 0.7% | 0.58% | - |
| HSV(B) | 31.2º | 0.67% | 0.87% | - |
| XYZ | 42.7 | 38.3 | 11.45 | - |
| YUV | 163.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 73 | 0 | 0.32 | 0.67 | 0.13 | 31.2 | 0.7 | 0.58 |
| Hex | DF | 97 | 49 | 0 | 20 | 43 | D | 1F | 46 | 3A |
| Octal | 337 | 227 | 111 | 0 | 40 | 103 | 15 | 37 | 106 | 72 |
| Binary | 11011111 | 10010111 | 1001001 | 0 | 100000 | 1000011 | 1101 | 11111 | 1000110 | 111010 |
Color Harmonies of #DF9749
Complementary color
Monochromatic Colors of #DF9749
Black with #DF9749
Text Example
Text Example
White with #DF9749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9749; }
p { color: rgb(223,151,73); }
H1.HeaderClassName
{
color: #DF9749;
}
.AnyTagClassName
{
color: #DF9749;
}
</style>
background-color css
<style>
a { background-color: #DF9749; }
a { background-color: rgb(223,151,73); }
div.DivClassName
{
background-color: #DF9749;
}
.BgClassName
{
background-color: #DF9749;
}
</style>
border-color css
<style>
span { border-color: #DF9749; }
span { border-color: rgb(223,151,73); }
td.TdClassName
{
border-color: #DF9749;
}
.TagClassName
{
border-color: #DF9749;
}
</style>