Shades of Fire Bush #DF953F
Tints of Fire Bush #DF953F
RGB
CMYK
RGB Variations
Color information
#DF953F (or 0xDF953F) is known color: Fire Bush. HEX triplet: DF, 95 and 3F. RGB value is (223,149,63). Sum of RGB (Red+Green+Blue) = 223+149+63=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF953F is #206AC0. Grayscale: #A1A1A1. Windows color (decimal): -2124481 or 4167135. OLE color: 4167135.
HSL color Cylindrical-coordinate representation of color #DF953F: hue angle of 32.25º 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 #DF953F is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 63 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.13 |
| HSL | 32.25º | 0.71% | 0.56% | - |
| HSV(B) | 32.25º | 0.72% | 0.87% | - |
| XYZ | 42.08 | 37.54 | 9.73 | - |
| YUV | 161.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 63 | 0 | 0.33 | 0.72 | 0.13 | 32.25 | 0.71 | 0.56 |
| Hex | DF | 95 | 3F | 0 | 21 | 48 | D | 20 | 47 | 38 |
| Octal | 337 | 225 | 77 | 0 | 41 | 110 | 15 | 40 | 107 | 70 |
| Binary | 11011111 | 10010101 | 111111 | 0 | 100001 | 1001000 | 1101 | 100000 | 1000111 | 111000 |
Color Harmonies of #DF953F
Complementary color
Monochromatic Colors of #DF953F
Black with #DF953F
Text Example
Text Example
White with #DF953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF953F; }
p { color: rgb(223,149,63); }
H1.HeaderClassName
{
color: #DF953F;
}
.AnyTagClassName
{
color: #DF953F;
}
</style>
background-color css
<style>
a { background-color: #DF953F; }
a { background-color: rgb(223,149,63); }
div.DivClassName
{
background-color: #DF953F;
}
.BgClassName
{
background-color: #DF953F;
}
</style>
border-color css
<style>
span { border-color: #DF953F; }
span { border-color: rgb(223,149,63); }
td.TdClassName
{
border-color: #DF953F;
}
.TagClassName
{
border-color: #DF953F;
}
</style>