Shades of Fire Bush #DF933D
Tints of Fire Bush #DF933D
RGB
CMYK
RGB Variations
Color information
#DF933D (or 0xDF933D) is known color: Fire Bush. HEX triplet: DF, 93 and 3D. RGB value is (223,147,61). Sum of RGB (Red+Green+Blue) = 223+147+61=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF933D is #206CC2. Grayscale: #A0A0A0. Windows color (decimal): -2124995 or 4035551. OLE color: 4035551.
HSL color Cylindrical-coordinate representation of color #DF933D: hue angle of 31.85º 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 #DF933D is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 61 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.13 |
| HSL | 31.85º | 0.72% | 0.56% | - |
| HSV(B) | 31.85º | 0.73% | 0.87% | - |
| XYZ | 41.71 | 36.89 | 9.34 | - |
| YUV | 159.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 61 | 0 | 0.34 | 0.73 | 0.13 | 31.85 | 0.72 | 0.56 |
| Hex | DF | 93 | 3D | 0 | 22 | 49 | D | 20 | 48 | 38 |
| Octal | 337 | 223 | 75 | 0 | 42 | 111 | 15 | 40 | 110 | 70 |
| Binary | 11011111 | 10010011 | 111101 | 0 | 100010 | 1001001 | 1101 | 100000 | 1001000 | 111000 |
Color Harmonies of #DF933D
Complementary color
Monochromatic Colors of #DF933D
Black with #DF933D
Text Example
Text Example
White with #DF933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF933D; }
p { color: rgb(223,147,61); }
H1.HeaderClassName
{
color: #DF933D;
}
.AnyTagClassName
{
color: #DF933D;
}
</style>
background-color css
<style>
a { background-color: #DF933D; }
a { background-color: rgb(223,147,61); }
div.DivClassName
{
background-color: #DF933D;
}
.BgClassName
{
background-color: #DF933D;
}
</style>
border-color css
<style>
span { border-color: #DF933D; }
span { border-color: rgb(223,147,61); }
td.TdClassName
{
border-color: #DF933D;
}
.TagClassName
{
border-color: #DF933D;
}
</style>