Shades of Fire Bush #DF973E
Tints of Fire Bush #DF973E
RGB
CMYK
RGB Variations
Color information
#DF973E (or 0xDF973E) is known color: Fire Bush. HEX triplet: DF, 97 and 3E. RGB value is (223,151,62). Sum of RGB (Red+Green+Blue) = 223+151+62=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF973E is #2068C1. Grayscale: #A2A2A2. Windows color (decimal): -2123970 or 4102111. OLE color: 4102111.
HSL color Cylindrical-coordinate representation of color #DF973E: hue angle of 33.17º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF973E is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 62 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.13 |
| HSL | 33.17º | 0.72% | 0.56% | - |
| HSV(B) | 33.17º | 0.72% | 0.87% | - |
| XYZ | 42.37 | 38.17 | 9.69 | - |
| YUV | 162.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 62 | 0 | 0.32 | 0.72 | 0.13 | 33.17 | 0.72 | 0.56 |
| Hex | DF | 97 | 3E | 0 | 20 | 48 | D | 21 | 48 | 38 |
| Octal | 337 | 227 | 76 | 0 | 40 | 110 | 15 | 41 | 110 | 70 |
| Binary | 11011111 | 10010111 | 111110 | 0 | 100000 | 1001000 | 1101 | 100001 | 1001000 | 111000 |
Color Harmonies of #DF973E
Complementary color
Monochromatic Colors of #DF973E
Black with #DF973E
Text Example
Text Example
White with #DF973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF973E; }
p { color: rgb(223,151,62); }
H1.HeaderClassName
{
color: #DF973E;
}
.AnyTagClassName
{
color: #DF973E;
}
</style>
background-color css
<style>
a { background-color: #DF973E; }
a { background-color: rgb(223,151,62); }
div.DivClassName
{
background-color: #DF973E;
}
.BgClassName
{
background-color: #DF973E;
}
</style>
border-color css
<style>
span { border-color: #DF973E; }
span { border-color: rgb(223,151,62); }
td.TdClassName
{
border-color: #DF973E;
}
.TagClassName
{
border-color: #DF973E;
}
</style>