Shades of Fire Bush #DF934A
Tints of Fire Bush #DF934A
RGB
CMYK
RGB Variations
Color information
#DF934A (or 0xDF934A) is known color: Fire Bush. HEX triplet: DF, 93 and 4A. RGB value is (223,147,74). Sum of RGB (Red+Green+Blue) = 223+147+74=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF934A is #206CB5. Grayscale: #A1A1A1. Windows color (decimal): -2124982 or 4887519. OLE color: 4887519.
HSL color Cylindrical-coordinate representation of color #DF934A: hue angle of 29.4º 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 #DF934A is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 74 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.13 |
| HSL | 29.4º | 0.7% | 0.58% | - |
| HSV(B) | 29.4º | 0.67% | 0.87% | - |
| XYZ | 42.1 | 37.05 | 11.41 | - |
| YUV | 161.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 74 | 0 | 0.34 | 0.67 | 0.13 | 29.4 | 0.7 | 0.58 |
| Hex | DF | 93 | 4A | 0 | 22 | 43 | D | 1D | 46 | 3A |
| Octal | 337 | 223 | 112 | 0 | 42 | 103 | 15 | 35 | 106 | 72 |
| Binary | 11011111 | 10010011 | 1001010 | 0 | 100010 | 1000011 | 1101 | 11101 | 1000110 | 111010 |
Color Harmonies of #DF934A
Complementary color
Monochromatic Colors of #DF934A
Black with #DF934A
Text Example
Text Example
White with #DF934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF934A; }
p { color: rgb(223,147,74); }
H1.HeaderClassName
{
color: #DF934A;
}
.AnyTagClassName
{
color: #DF934A;
}
</style>
background-color css
<style>
a { background-color: #DF934A; }
a { background-color: rgb(223,147,74); }
div.DivClassName
{
background-color: #DF934A;
}
.BgClassName
{
background-color: #DF934A;
}
</style>
border-color css
<style>
span { border-color: #DF934A; }
span { border-color: rgb(223,147,74); }
td.TdClassName
{
border-color: #DF934A;
}
.TagClassName
{
border-color: #DF934A;
}
</style>