Shades of Fire Bush #DF963F
Tints of Fire Bush #DF963F
RGB
CMYK
RGB Variations
Color information
#DF963F (or 0xDF963F) is known color: Fire Bush. HEX triplet: DF, 96 and 3F. RGB value is (223,150,63). Sum of RGB (Red+Green+Blue) = 223+150+63=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF963F is #2069C0. Grayscale: #A2A2A2. Windows color (decimal): -2124225 or 4167391. OLE color: 4167391.
HSL color Cylindrical-coordinate representation of color #DF963F: hue angle of 32.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF963F is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 63 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.13 |
| HSL | 32.63º | 0.71% | 0.56% | - |
| HSV(B) | 32.63º | 0.72% | 0.87% | - |
| XYZ | 42.23 | 37.86 | 9.78 | - |
| YUV | 161.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 63 | 0 | 0.33 | 0.72 | 0.13 | 32.63 | 0.71 | 0.56 |
| Hex | DF | 96 | 3F | 0 | 21 | 48 | D | 21 | 47 | 38 |
| Octal | 337 | 226 | 77 | 0 | 41 | 110 | 15 | 41 | 107 | 70 |
| Binary | 11011111 | 10010110 | 111111 | 0 | 100001 | 1001000 | 1101 | 100001 | 1000111 | 111000 |
Color Harmonies of #DF963F
Complementary color
Monochromatic Colors of #DF963F
Black with #DF963F
Text Example
Text Example
White with #DF963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF963F; }
p { color: rgb(223,150,63); }
H1.HeaderClassName
{
color: #DF963F;
}
.AnyTagClassName
{
color: #DF963F;
}
</style>
background-color css
<style>
a { background-color: #DF963F; }
a { background-color: rgb(223,150,63); }
div.DivClassName
{
background-color: #DF963F;
}
.BgClassName
{
background-color: #DF963F;
}
</style>
border-color css
<style>
span { border-color: #DF963F; }
span { border-color: rgb(223,150,63); }
td.TdClassName
{
border-color: #DF963F;
}
.TagClassName
{
border-color: #DF963F;
}
</style>