Shades of Fire Bush #DF994C
Tints of Fire Bush #DF994C
RGB
CMYK
RGB Variations
Color information
#DF994C (or 0xDF994C) is known color: Fire Bush. HEX triplet: DF, 99 and 4C. RGB value is (223,153,76). Sum of RGB (Red+Green+Blue) = 223+153+76=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF994C is #2066B3. Grayscale: #A5A5A5. Windows color (decimal): -2123444 or 5020127. OLE color: 5020127.
HSL color Cylindrical-coordinate representation of color #DF994C: hue angle of 31.43º 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 #DF994C is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 76 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.13 |
| HSL | 31.43º | 0.7% | 0.59% | - |
| HSV(B) | 31.43º | 0.66% | 0.87% | - |
| XYZ | 43.13 | 38.99 | 12.09 | - |
| YUV | 165.15 | 77.69 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 76 | 0 | 0.31 | 0.66 | 0.13 | 31.43 | 0.7 | 0.59 |
| Hex | DF | 99 | 4C | 0 | 1F | 42 | D | 1F | 46 | 3B |
| Octal | 337 | 231 | 114 | 0 | 37 | 102 | 15 | 37 | 106 | 73 |
| Binary | 11011111 | 10011001 | 1001100 | 0 | 11111 | 1000010 | 1101 | 11111 | 1000110 | 111011 |
Color Harmonies of #DF994C
Complementary color
Monochromatic Colors of #DF994C
Black with #DF994C
Text Example
Text Example
White with #DF994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF994C; }
p { color: rgb(223,153,76); }
H1.HeaderClassName
{
color: #DF994C;
}
.AnyTagClassName
{
color: #DF994C;
}
</style>
background-color css
<style>
a { background-color: #DF994C; }
a { background-color: rgb(223,153,76); }
div.DivClassName
{
background-color: #DF994C;
}
.BgClassName
{
background-color: #DF994C;
}
</style>
border-color css
<style>
span { border-color: #DF994C; }
span { border-color: rgb(223,153,76); }
td.TdClassName
{
border-color: #DF994C;
}
.TagClassName
{
border-color: #DF994C;
}
</style>