Shades of Fire Bush #DF973D
Tints of Fire Bush #DF973D
RGB
CMYK
RGB Variations
Color information
#DF973D (or 0xDF973D) is known color: Fire Bush. HEX triplet: DF, 97 and 3D. RGB value is (223,151,61). Sum of RGB (Red+Green+Blue) = 223+151+61=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF973D is #2068C2. Grayscale: #A2A2A2. Windows color (decimal): -2123971 or 4036575. OLE color: 4036575.
HSL color Cylindrical-coordinate representation of color #DF973D: hue angle of 33.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF973D is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 61 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.13 |
| HSL | 33.33º | 0.72% | 0.56% | - |
| HSV(B) | 33.33º | 0.73% | 0.87% | - |
| XYZ | 42.34 | 38.16 | 9.55 | - |
| YUV | 162.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 61 | 0 | 0.32 | 0.73 | 0.13 | 33.33 | 0.72 | 0.56 |
| Hex | DF | 97 | 3D | 0 | 20 | 49 | D | 21 | 48 | 38 |
| Octal | 337 | 227 | 75 | 0 | 40 | 111 | 15 | 41 | 110 | 70 |
| Binary | 11011111 | 10010111 | 111101 | 0 | 100000 | 1001001 | 1101 | 100001 | 1001000 | 111000 |
Color Harmonies of #DF973D
Complementary color
Monochromatic Colors of #DF973D
Black with #DF973D
Text Example
Text Example
White with #DF973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF973D; }
p { color: rgb(223,151,61); }
H1.HeaderClassName
{
color: #DF973D;
}
.AnyTagClassName
{
color: #DF973D;
}
</style>
background-color css
<style>
a { background-color: #DF973D; }
a { background-color: rgb(223,151,61); }
div.DivClassName
{
background-color: #DF973D;
}
.BgClassName
{
background-color: #DF973D;
}
</style>
border-color css
<style>
span { border-color: #DF973D; }
span { border-color: rgb(223,151,61); }
td.TdClassName
{
border-color: #DF973D;
}
.TagClassName
{
border-color: #DF973D;
}
</style>