Shades of Fire Bush #DF9738
Tints of Fire Bush #DF9738
RGB
CMYK
RGB Variations
Color information
#DF9738 (or 0xDF9738) is known color: Fire Bush. HEX triplet: DF, 97 and 38. RGB value is (223,151,56). Sum of RGB (Red+Green+Blue) = 223+151+56=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9738 is #2068C7. Grayscale: #A2A2A2. Windows color (decimal): -2123976 or 3708895. OLE color: 3708895.
HSL color Cylindrical-coordinate representation of color #DF9738: hue angle of 34.13º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF9738 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 56 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.13 |
| HSL | 34.13º | 0.72% | 0.55% | - |
| HSV(B) | 34.13º | 0.75% | 0.87% | - |
| XYZ | 42.21 | 38.11 | 8.87 | - |
| YUV | 161.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 56 | 0 | 0.32 | 0.75 | 0.13 | 34.13 | 0.72 | 0.55 |
| Hex | DF | 97 | 38 | 0 | 20 | 4B | D | 22 | 48 | 37 |
| Octal | 337 | 227 | 70 | 0 | 40 | 113 | 15 | 42 | 110 | 67 |
| Binary | 11011111 | 10010111 | 111000 | 0 | 100000 | 1001011 | 1101 | 100010 | 1001000 | 110111 |
Color Harmonies of #DF9738
Complementary color
Monochromatic Colors of #DF9738
Black with #DF9738
Text Example
Text Example
White with #DF9738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9738; }
p { color: rgb(223,151,56); }
H1.HeaderClassName
{
color: #DF9738;
}
.AnyTagClassName
{
color: #DF9738;
}
</style>
background-color css
<style>
a { background-color: #DF9738; }
a { background-color: rgb(223,151,56); }
div.DivClassName
{
background-color: #DF9738;
}
.BgClassName
{
background-color: #DF9738;
}
</style>
border-color css
<style>
span { border-color: #DF9738; }
span { border-color: rgb(223,151,56); }
td.TdClassName
{
border-color: #DF9738;
}
.TagClassName
{
border-color: #DF9738;
}
</style>