Shades of Fire Bush #DFA13D
Tints of Fire Bush #DFA13D
RGB
CMYK
RGB Variations
Color information
#DFA13D (or 0xDFA13D) is known color: Fire Bush. HEX triplet: DF, A1 and 3D. RGB value is (223,161,61). Sum of RGB (Red+Green+Blue) = 223+161+61=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA13D is #205EC2. Grayscale: #A8A8A8. Windows color (decimal): -2121411 or 4039135. OLE color: 4039135.
HSL color Cylindrical-coordinate representation of color #DFA13D: hue angle of 37.04º 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 #DFA13D is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 61 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.13 |
| HSL | 37.04º | 0.72% | 0.56% | - |
| HSV(B) | 37.04º | 0.73% | 0.87% | - |
| XYZ | 44.02 | 41.51 | 10.11 | - |
| YUV | 168.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 61 | 0 | 0.28 | 0.73 | 0.13 | 37.04 | 0.72 | 0.56 |
| Hex | DF | A1 | 3D | 0 | 1C | 49 | D | 25 | 48 | 38 |
| Octal | 337 | 241 | 75 | 0 | 34 | 111 | 15 | 45 | 110 | 70 |
| Binary | 11011111 | 10100001 | 111101 | 0 | 11100 | 1001001 | 1101 | 100101 | 1001000 | 111000 |
Color Harmonies of #DFA13D
Complementary color
Monochromatic Colors of #DFA13D
Black with #DFA13D
Text Example
Text Example
White with #DFA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA13D; }
p { color: rgb(223,161,61); }
H1.HeaderClassName
{
color: #DFA13D;
}
.AnyTagClassName
{
color: #DFA13D;
}
</style>
background-color css
<style>
a { background-color: #DFA13D; }
a { background-color: rgb(223,161,61); }
div.DivClassName
{
background-color: #DFA13D;
}
.BgClassName
{
background-color: #DFA13D;
}
</style>
border-color css
<style>
span { border-color: #DFA13D; }
span { border-color: rgb(223,161,61); }
td.TdClassName
{
border-color: #DFA13D;
}
.TagClassName
{
border-color: #DFA13D;
}
</style>