Shades of Fire Bush #DF964C
Tints of Fire Bush #DF964C
RGB
CMYK
RGB Variations
Color information
#DF964C (or 0xDF964C) is known color: Fire Bush. HEX triplet: DF, 96 and 4C. RGB value is (223,150,76). Sum of RGB (Red+Green+Blue) = 223+150+76=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF964C is #2069B3. Grayscale: #A3A3A3. Windows color (decimal): -2124212 or 5019359. OLE color: 5019359.
HSL color Cylindrical-coordinate representation of color #DF964C: hue angle of 30.2º 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 #DF964C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 76 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.13 |
| HSL | 30.2º | 0.7% | 0.59% | - |
| HSV(B) | 30.2º | 0.66% | 0.87% | - |
| XYZ | 42.64 | 38.02 | 11.93 | - |
| YUV | 163.39 | 78.68 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 76 | 0 | 0.33 | 0.66 | 0.13 | 30.2 | 0.7 | 0.59 |
| Hex | DF | 96 | 4C | 0 | 21 | 42 | D | 1E | 46 | 3B |
| Octal | 337 | 226 | 114 | 0 | 41 | 102 | 15 | 36 | 106 | 73 |
| Binary | 11011111 | 10010110 | 1001100 | 0 | 100001 | 1000010 | 1101 | 11110 | 1000110 | 111011 |
Color Harmonies of #DF964C
Complementary color
Monochromatic Colors of #DF964C
Black with #DF964C
Text Example
Text Example
White with #DF964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF964C; }
p { color: rgb(223,150,76); }
H1.HeaderClassName
{
color: #DF964C;
}
.AnyTagClassName
{
color: #DF964C;
}
</style>
background-color css
<style>
a { background-color: #DF964C; }
a { background-color: rgb(223,150,76); }
div.DivClassName
{
background-color: #DF964C;
}
.BgClassName
{
background-color: #DF964C;
}
</style>
border-color css
<style>
span { border-color: #DF964C; }
span { border-color: rgb(223,150,76); }
td.TdClassName
{
border-color: #DF964C;
}
.TagClassName
{
border-color: #DF964C;
}
</style>