Shades of Fire Bush #DF944C
Tints of Fire Bush #DF944C
RGB
CMYK
RGB Variations
Color information
#DF944C (or 0xDF944C) is known color: Fire Bush. HEX triplet: DF, 94 and 4C. RGB value is (223,148,76). Sum of RGB (Red+Green+Blue) = 223+148+76=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF944C is #206BB3. Grayscale: #A2A2A2. Windows color (decimal): -2124724 or 5018847. OLE color: 5018847.
HSL color Cylindrical-coordinate representation of color #DF944C: hue angle of 29.39º 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 #DF944C is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 76 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.13 |
| HSL | 29.39º | 0.7% | 0.59% | - |
| HSV(B) | 29.39º | 0.66% | 0.87% | - |
| XYZ | 42.33 | 37.39 | 11.82 | - |
| YUV | 162.22 | 79.35 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 76 | 0 | 0.34 | 0.66 | 0.13 | 29.39 | 0.7 | 0.59 |
| Hex | DF | 94 | 4C | 0 | 22 | 42 | D | 1D | 46 | 3B |
| Octal | 337 | 224 | 114 | 0 | 42 | 102 | 15 | 35 | 106 | 73 |
| Binary | 11011111 | 10010100 | 1001100 | 0 | 100010 | 1000010 | 1101 | 11101 | 1000110 | 111011 |
Color Harmonies of #DF944C
Complementary color
Monochromatic Colors of #DF944C
Black with #DF944C
Text Example
Text Example
White with #DF944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF944C; }
p { color: rgb(223,148,76); }
H1.HeaderClassName
{
color: #DF944C;
}
.AnyTagClassName
{
color: #DF944C;
}
</style>
background-color css
<style>
a { background-color: #DF944C; }
a { background-color: rgb(223,148,76); }
div.DivClassName
{
background-color: #DF944C;
}
.BgClassName
{
background-color: #DF944C;
}
</style>
border-color css
<style>
span { border-color: #DF944C; }
span { border-color: rgb(223,148,76); }
td.TdClassName
{
border-color: #DF944C;
}
.TagClassName
{
border-color: #DF944C;
}
</style>