Shades of Fire Bush #DF993D
Tints of Fire Bush #DF993D
RGB
CMYK
RGB Variations
Color information
#DF993D (or 0xDF993D) is known color: Fire Bush. HEX triplet: DF, 99 and 3D. RGB value is (223,153,61). Sum of RGB (Red+Green+Blue) = 223+153+61=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF993D is #2066C2. Grayscale: #A3A3A3. Windows color (decimal): -2123459 or 4037087. OLE color: 4037087.
HSL color Cylindrical-coordinate representation of color #DF993D: hue angle of 34.07º 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 #DF993D is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 61 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.13 |
| HSL | 34.07º | 0.72% | 0.56% | - |
| HSV(B) | 34.07º | 0.73% | 0.87% | - |
| XYZ | 42.66 | 38.81 | 9.66 | - |
| YUV | 163.44 | 70.19 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 61 | 0 | 0.31 | 0.73 | 0.13 | 34.07 | 0.72 | 0.56 |
| Hex | DF | 99 | 3D | 0 | 1F | 49 | D | 22 | 48 | 38 |
| Octal | 337 | 231 | 75 | 0 | 37 | 111 | 15 | 42 | 110 | 70 |
| Binary | 11011111 | 10011001 | 111101 | 0 | 11111 | 1001001 | 1101 | 100010 | 1001000 | 111000 |
Color Harmonies of #DF993D
Complementary color
Monochromatic Colors of #DF993D
Black with #DF993D
Text Example
Text Example
White with #DF993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF993D; }
p { color: rgb(223,153,61); }
H1.HeaderClassName
{
color: #DF993D;
}
.AnyTagClassName
{
color: #DF993D;
}
</style>
background-color css
<style>
a { background-color: #DF993D; }
a { background-color: rgb(223,153,61); }
div.DivClassName
{
background-color: #DF993D;
}
.BgClassName
{
background-color: #DF993D;
}
</style>
border-color css
<style>
span { border-color: #DF993D; }
span { border-color: rgb(223,153,61); }
td.TdClassName
{
border-color: #DF993D;
}
.TagClassName
{
border-color: #DF993D;
}
</style>