Shades of Fire Bush #DF963D
Tints of Fire Bush #DF963D
RGB
CMYK
RGB Variations
Color information
#DF963D (or 0xDF963D) is known color: Fire Bush. HEX triplet: DF, 96 and 3D. RGB value is (223,150,61). Sum of RGB (Red+Green+Blue) = 223+150+61=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF963D is #2069C2. Grayscale: #A2A2A2. Windows color (decimal): -2124227 or 4036319. OLE color: 4036319.
HSL color Cylindrical-coordinate representation of color #DF963D: hue angle of 32.96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF963D is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 61 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.13 |
| HSL | 32.96º | 0.72% | 0.56% | - |
| HSV(B) | 32.96º | 0.73% | 0.87% | - |
| XYZ | 42.18 | 37.84 | 9.5 | - |
| YUV | 161.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 61 | 0 | 0.33 | 0.73 | 0.13 | 32.96 | 0.72 | 0.56 |
| Hex | DF | 96 | 3D | 0 | 21 | 49 | D | 21 | 48 | 38 |
| Octal | 337 | 226 | 75 | 0 | 41 | 111 | 15 | 41 | 110 | 70 |
| Binary | 11011111 | 10010110 | 111101 | 0 | 100001 | 1001001 | 1101 | 100001 | 1001000 | 111000 |
Color Harmonies of #DF963D
Complementary color
Monochromatic Colors of #DF963D
Black with #DF963D
Text Example
Text Example
White with #DF963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF963D; }
p { color: rgb(223,150,61); }
H1.HeaderClassName
{
color: #DF963D;
}
.AnyTagClassName
{
color: #DF963D;
}
</style>
background-color css
<style>
a { background-color: #DF963D; }
a { background-color: rgb(223,150,61); }
div.DivClassName
{
background-color: #DF963D;
}
.BgClassName
{
background-color: #DF963D;
}
</style>
border-color css
<style>
span { border-color: #DF963D; }
span { border-color: rgb(223,150,61); }
td.TdClassName
{
border-color: #DF963D;
}
.TagClassName
{
border-color: #DF963D;
}
</style>