Shades of Fire Bush #DF934C
Tints of Fire Bush #DF934C
RGB
CMYK
RGB Variations
Color information
#DF934C (or 0xDF934C) is known color: Fire Bush. HEX triplet: DF, 93 and 4C. RGB value is (223,147,76). Sum of RGB (Red+Green+Blue) = 223+147+76=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF934C is #206CB3. Grayscale: #A1A1A1. Windows color (decimal): -2124980 or 5018591. OLE color: 5018591.
HSL color Cylindrical-coordinate representation of color #DF934C: hue angle of 28.98º 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 #DF934C is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 76 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.13 |
| HSL | 28.98º | 0.7% | 0.59% | - |
| HSV(B) | 28.98º | 0.66% | 0.87% | - |
| XYZ | 42.17 | 37.08 | 11.77 | - |
| YUV | 161.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 76 | 0 | 0.34 | 0.66 | 0.13 | 28.98 | 0.7 | 0.59 |
| Hex | DF | 93 | 4C | 0 | 22 | 42 | D | 1D | 46 | 3B |
| Octal | 337 | 223 | 114 | 0 | 42 | 102 | 15 | 35 | 106 | 73 |
| Binary | 11011111 | 10010011 | 1001100 | 0 | 100010 | 1000010 | 1101 | 11101 | 1000110 | 111011 |
Color Harmonies of #DF934C
Complementary color
Monochromatic Colors of #DF934C
Black with #DF934C
Text Example
Text Example
White with #DF934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF934C; }
p { color: rgb(223,147,76); }
H1.HeaderClassName
{
color: #DF934C;
}
.AnyTagClassName
{
color: #DF934C;
}
</style>
background-color css
<style>
a { background-color: #DF934C; }
a { background-color: rgb(223,147,76); }
div.DivClassName
{
background-color: #DF934C;
}
.BgClassName
{
background-color: #DF934C;
}
</style>
border-color css
<style>
span { border-color: #DF934C; }
span { border-color: rgb(223,147,76); }
td.TdClassName
{
border-color: #DF934C;
}
.TagClassName
{
border-color: #DF934C;
}
</style>