Shades of Fire Bush #DF964D
Tints of Fire Bush #DF964D
RGB
CMYK
RGB Variations
Color information
#DF964D (or 0xDF964D) is known color: Fire Bush. HEX triplet: DF, 96 and 4D. RGB value is (223,150,77). Sum of RGB (Red+Green+Blue) = 223+150+77=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF964D is #2069B2. Grayscale: #A3A3A3. Windows color (decimal): -2124211 or 5084895. OLE color: 5084895.
HSL color Cylindrical-coordinate representation of color #DF964D: hue angle of 30º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF964D is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 77 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.13 |
| HSL | 30º | 0.7% | 0.59% | - |
| HSV(B) | 30º | 0.65% | 0.87% | - |
| XYZ | 42.68 | 38.04 | 12.11 | - |
| YUV | 163.51 | 79.18 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 77 | 0 | 0.33 | 0.65 | 0.13 | 30 | 0.7 | 0.59 |
| Hex | DF | 96 | 4D | 0 | 21 | 41 | D | 1E | 46 | 3B |
| Octal | 337 | 226 | 115 | 0 | 41 | 101 | 15 | 36 | 106 | 73 |
| Binary | 11011111 | 10010110 | 1001101 | 0 | 100001 | 1000001 | 1101 | 11110 | 1000110 | 111011 |
Color Harmonies of #DF964D
Complementary color
Monochromatic Colors of #DF964D
Black with #DF964D
Text Example
Text Example
White with #DF964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF964D; }
p { color: rgb(223,150,77); }
H1.HeaderClassName
{
color: #DF964D;
}
.AnyTagClassName
{
color: #DF964D;
}
</style>
background-color css
<style>
a { background-color: #DF964D; }
a { background-color: rgb(223,150,77); }
div.DivClassName
{
background-color: #DF964D;
}
.BgClassName
{
background-color: #DF964D;
}
</style>
border-color css
<style>
span { border-color: #DF964D; }
span { border-color: rgb(223,150,77); }
td.TdClassName
{
border-color: #DF964D;
}
.TagClassName
{
border-color: #DF964D;
}
</style>