Shades of Fire Bush #DF953A
Tints of Fire Bush #DF953A
RGB
CMYK
RGB Variations
Color information
#DF953A (or 0xDF953A) is known color: Fire Bush. HEX triplet: DF, 95 and 3A. RGB value is (223,149,58). Sum of RGB (Red+Green+Blue) = 223+149+58=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF953A is #206AC5. Grayscale: #A1A1A1. Windows color (decimal): -2124486 or 3839455. OLE color: 3839455.
HSL color Cylindrical-coordinate representation of color #DF953A: hue angle of 33.09º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF953A is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 58 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.13 |
| HSL | 33.09º | 0.72% | 0.55% | - |
| HSV(B) | 33.09º | 0.74% | 0.87% | - |
| XYZ | 41.94 | 37.49 | 9.03 | - |
| YUV | 160.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 58 | 0 | 0.33 | 0.74 | 0.13 | 33.09 | 0.72 | 0.55 |
| Hex | DF | 95 | 3A | 0 | 21 | 4A | D | 21 | 48 | 37 |
| Octal | 337 | 225 | 72 | 0 | 41 | 112 | 15 | 41 | 110 | 67 |
| Binary | 11011111 | 10010101 | 111010 | 0 | 100001 | 1001010 | 1101 | 100001 | 1001000 | 110111 |
Color Harmonies of #DF953A
Complementary color
Monochromatic Colors of #DF953A
Black with #DF953A
Text Example
Text Example
White with #DF953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF953A; }
p { color: rgb(223,149,58); }
H1.HeaderClassName
{
color: #DF953A;
}
.AnyTagClassName
{
color: #DF953A;
}
</style>
background-color css
<style>
a { background-color: #DF953A; }
a { background-color: rgb(223,149,58); }
div.DivClassName
{
background-color: #DF953A;
}
.BgClassName
{
background-color: #DF953A;
}
</style>
border-color css
<style>
span { border-color: #DF953A; }
span { border-color: rgb(223,149,58); }
td.TdClassName
{
border-color: #DF953A;
}
.TagClassName
{
border-color: #DF953A;
}
</style>