Shades of Fire Bush #DF9A3E
Tints of Fire Bush #DF9A3E
RGB
CMYK
RGB Variations
Color information
#DF9A3E (or 0xDF9A3E) is known color: Fire Bush. HEX triplet: DF, 9A and 3E. RGB value is (223,154,62). Sum of RGB (Red+Green+Blue) = 223+154+62=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9A3E is #2065C1. Grayscale: #A4A4A4. Windows color (decimal): -2123202 or 4102879. OLE color: 4102879.
HSL color Cylindrical-coordinate representation of color #DF9A3E: hue angle of 34.29º degrees, saturation: 0.72, 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 #DF9A3E is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 62 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.13 |
| HSL | 34.29º | 0.72% | 0.56% | - |
| HSV(B) | 34.29º | 0.72% | 0.87% | - |
| XYZ | 42.86 | 39.15 | 9.85 | - |
| YUV | 164.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 62 | 0 | 0.31 | 0.72 | 0.13 | 34.29 | 0.72 | 0.56 |
| Hex | DF | 9A | 3E | 0 | 1F | 48 | D | 22 | 48 | 38 |
| Octal | 337 | 232 | 76 | 0 | 37 | 110 | 15 | 42 | 110 | 70 |
| Binary | 11011111 | 10011010 | 111110 | 0 | 11111 | 1001000 | 1101 | 100010 | 1001000 | 111000 |
Color Harmonies of #DF9A3E
Complementary color
Monochromatic Colors of #DF9A3E
Black with #DF9A3E
Text Example
Text Example
White with #DF9A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A3E; }
p { color: rgb(223,154,62); }
H1.HeaderClassName
{
color: #DF9A3E;
}
.AnyTagClassName
{
color: #DF9A3E;
}
</style>
background-color css
<style>
a { background-color: #DF9A3E; }
a { background-color: rgb(223,154,62); }
div.DivClassName
{
background-color: #DF9A3E;
}
.BgClassName
{
background-color: #DF9A3E;
}
</style>
border-color css
<style>
span { border-color: #DF9A3E; }
span { border-color: rgb(223,154,62); }
td.TdClassName
{
border-color: #DF9A3E;
}
.TagClassName
{
border-color: #DF9A3E;
}
</style>