Shades of Fire Bush #DF974C
Tints of Fire Bush #DF974C
RGB
CMYK
RGB Variations
Color information
#DF974C (or 0xDF974C) is known color: Fire Bush. HEX triplet: DF, 97 and 4C. RGB value is (223,151,76). Sum of RGB (Red+Green+Blue) = 223+151+76=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF974C is #2068B3. Grayscale: #A4A4A4. Windows color (decimal): -2123956 or 5019615. OLE color: 5019615.
HSL color Cylindrical-coordinate representation of color #DF974C: hue angle of 30.61º 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 #DF974C is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 76 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.13 |
| HSL | 30.61º | 0.7% | 0.59% | - |
| HSV(B) | 30.61º | 0.66% | 0.87% | - |
| XYZ | 42.8 | 38.34 | 11.98 | - |
| YUV | 163.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 76 | 0 | 0.32 | 0.66 | 0.13 | 30.61 | 0.7 | 0.59 |
| Hex | DF | 97 | 4C | 0 | 20 | 42 | D | 1F | 46 | 3B |
| Octal | 337 | 227 | 114 | 0 | 40 | 102 | 15 | 37 | 106 | 73 |
| Binary | 11011111 | 10010111 | 1001100 | 0 | 100000 | 1000010 | 1101 | 11111 | 1000110 | 111011 |
Color Harmonies of #DF974C
Complementary color
Monochromatic Colors of #DF974C
Black with #DF974C
Text Example
Text Example
White with #DF974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF974C; }
p { color: rgb(223,151,76); }
H1.HeaderClassName
{
color: #DF974C;
}
.AnyTagClassName
{
color: #DF974C;
}
</style>
background-color css
<style>
a { background-color: #DF974C; }
a { background-color: rgb(223,151,76); }
div.DivClassName
{
background-color: #DF974C;
}
.BgClassName
{
background-color: #DF974C;
}
</style>
border-color css
<style>
span { border-color: #DF974C; }
span { border-color: rgb(223,151,76); }
td.TdClassName
{
border-color: #DF974C;
}
.TagClassName
{
border-color: #DF974C;
}
</style>