Shades of Fire Bush #DF9D4A
Tints of Fire Bush #DF9D4A
RGB
CMYK
RGB Variations
Color information
#DF9D4A (or 0xDF9D4A) is known color: Fire Bush. HEX triplet: DF, 9D and 4A. RGB value is (223,157,74). Sum of RGB (Red+Green+Blue) = 223+157+74=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9D4A is #2062B5. Grayscale: #A7A7A7. Windows color (decimal): -2122422 or 4890079. OLE color: 4890079.
HSL color Cylindrical-coordinate representation of color #DF9D4A: hue angle of 33.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF9D4A is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 74 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.13 |
| HSL | 33.42º | 0.7% | 0.58% | - |
| HSV(B) | 33.42º | 0.67% | 0.87% | - |
| XYZ | 43.72 | 40.3 | 11.95 | - |
| YUV | 167.27 | 75.37 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 74 | 0 | 0.30 | 0.67 | 0.13 | 33.42 | 0.7 | 0.58 |
| Hex | DF | 9D | 4A | 0 | 1E | 43 | D | 21 | 46 | 3A |
| Octal | 337 | 235 | 112 | 0 | 36 | 103 | 15 | 41 | 106 | 72 |
| Binary | 11011111 | 10011101 | 1001010 | 0 | 11110 | 1000011 | 1101 | 100001 | 1000110 | 111010 |
Color Harmonies of #DF9D4A
Complementary color
Monochromatic Colors of #DF9D4A
Black with #DF9D4A
Text Example
Text Example
White with #DF9D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9D4A; }
p { color: rgb(223,157,74); }
H1.HeaderClassName
{
color: #DF9D4A;
}
.AnyTagClassName
{
color: #DF9D4A;
}
</style>
background-color css
<style>
a { background-color: #DF9D4A; }
a { background-color: rgb(223,157,74); }
div.DivClassName
{
background-color: #DF9D4A;
}
.BgClassName
{
background-color: #DF9D4A;
}
</style>
border-color css
<style>
span { border-color: #DF9D4A; }
span { border-color: rgb(223,157,74); }
td.TdClassName
{
border-color: #DF9D4A;
}
.TagClassName
{
border-color: #DF9D4A;
}
</style>