Shades of Fire Bush #DF9735
Tints of Fire Bush #DF9735
RGB
CMYK
RGB Variations
Color information
#DF9735 (or 0xDF9735) is known color: Fire Bush. HEX triplet: DF, 97 and 35. RGB value is (223,151,53). Sum of RGB (Red+Green+Blue) = 223+151+53=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9735 is #2068CA. Grayscale: #A1A1A1. Windows color (decimal): -2123979 or 3512287. OLE color: 3512287.
HSL color Cylindrical-coordinate representation of color #DF9735: hue angle of 34.59º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF9735 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 53 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.13 |
| HSL | 34.59º | 0.73% | 0.54% | - |
| HSV(B) | 34.59º | 0.76% | 0.87% | - |
| XYZ | 42.14 | 38.08 | 8.5 | - |
| YUV | 161.36 | 66.85 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 53 | 0 | 0.32 | 0.76 | 0.13 | 34.59 | 0.73 | 0.54 |
| Hex | DF | 97 | 35 | 0 | 20 | 4C | D | 23 | 49 | 36 |
| Octal | 337 | 227 | 65 | 0 | 40 | 114 | 15 | 43 | 111 | 66 |
| Binary | 11011111 | 10010111 | 110101 | 0 | 100000 | 1001100 | 1101 | 100011 | 1001001 | 110110 |
Color Harmonies of #DF9735
Complementary color
Monochromatic Colors of #DF9735
Black with #DF9735
Text Example
Text Example
White with #DF9735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9735; }
p { color: rgb(223,151,53); }
H1.HeaderClassName
{
color: #DF9735;
}
.AnyTagClassName
{
color: #DF9735;
}
</style>
background-color css
<style>
a { background-color: #DF9735; }
a { background-color: rgb(223,151,53); }
div.DivClassName
{
background-color: #DF9735;
}
.BgClassName
{
background-color: #DF9735;
}
</style>
border-color css
<style>
span { border-color: #DF9735; }
span { border-color: rgb(223,151,53); }
td.TdClassName
{
border-color: #DF9735;
}
.TagClassName
{
border-color: #DF9735;
}
</style>