Shades of Fire Bush #DFA03D
Tints of Fire Bush #DFA03D
RGB
CMYK
RGB Variations
Color information
#DFA03D (or 0xDFA03D) is known color: Fire Bush. HEX triplet: DF, A0 and 3D. RGB value is (223,160,61). Sum of RGB (Red+Green+Blue) = 223+160+61=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA03D is #205FC2. Grayscale: #A8A8A8. Windows color (decimal): -2121667 or 4038879. OLE color: 4038879.
HSL color Cylindrical-coordinate representation of color #DFA03D: hue angle of 36.67º 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 #DFA03D is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 61 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.13 |
| HSL | 36.67º | 0.72% | 0.56% | - |
| HSV(B) | 36.67º | 0.73% | 0.87% | - |
| XYZ | 43.84 | 41.17 | 10.05 | - |
| YUV | 167.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 61 | 0 | 0.28 | 0.73 | 0.13 | 36.67 | 0.72 | 0.56 |
| Hex | DF | A0 | 3D | 0 | 1C | 49 | D | 25 | 48 | 38 |
| Octal | 337 | 240 | 75 | 0 | 34 | 111 | 15 | 45 | 110 | 70 |
| Binary | 11011111 | 10100000 | 111101 | 0 | 11100 | 1001001 | 1101 | 100101 | 1001000 | 111000 |
Color Harmonies of #DFA03D
Complementary color
Monochromatic Colors of #DFA03D
Black with #DFA03D
Text Example
Text Example
White with #DFA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA03D; }
p { color: rgb(223,160,61); }
H1.HeaderClassName
{
color: #DFA03D;
}
.AnyTagClassName
{
color: #DFA03D;
}
</style>
background-color css
<style>
a { background-color: #DFA03D; }
a { background-color: rgb(223,160,61); }
div.DivClassName
{
background-color: #DFA03D;
}
.BgClassName
{
background-color: #DFA03D;
}
</style>
border-color css
<style>
span { border-color: #DFA03D; }
span { border-color: rgb(223,160,61); }
td.TdClassName
{
border-color: #DFA03D;
}
.TagClassName
{
border-color: #DFA03D;
}
</style>