Shades of Fire Bush #DF9A41
Tints of Fire Bush #DF9A41
RGB
CMYK
RGB Variations
Color information
#DF9A41 (or 0xDF9A41) is known color: Fire Bush. HEX triplet: DF, 9A and 41. RGB value is (223,154,65). Sum of RGB (Red+Green+Blue) = 223+154+65=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9A41 is #2065BE. Grayscale: #A4A4A4. Windows color (decimal): -2123199 or 4299487. OLE color: 4299487.
HSL color Cylindrical-coordinate representation of color #DF9A41: hue angle of 33.8º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF9A41 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 65 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.13 |
| HSL | 33.8º | 0.71% | 0.56% | - |
| HSV(B) | 33.8º | 0.71% | 0.87% | - |
| XYZ | 42.94 | 39.18 | 10.3 | - |
| YUV | 164.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 65 | 0 | 0.31 | 0.71 | 0.13 | 33.8 | 0.71 | 0.56 |
| Hex | DF | 9A | 41 | 0 | 1F | 47 | D | 22 | 47 | 38 |
| Octal | 337 | 232 | 101 | 0 | 37 | 107 | 15 | 42 | 107 | 70 |
| Binary | 11011111 | 10011010 | 1000001 | 0 | 11111 | 1000111 | 1101 | 100010 | 1000111 | 111000 |
Color Harmonies of #DF9A41
Complementary color
Monochromatic Colors of #DF9A41
Black with #DF9A41
Text Example
Text Example
White with #DF9A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A41; }
p { color: rgb(223,154,65); }
H1.HeaderClassName
{
color: #DF9A41;
}
.AnyTagClassName
{
color: #DF9A41;
}
</style>
background-color css
<style>
a { background-color: #DF9A41; }
a { background-color: rgb(223,154,65); }
div.DivClassName
{
background-color: #DF9A41;
}
.BgClassName
{
background-color: #DF9A41;
}
</style>
border-color css
<style>
span { border-color: #DF9A41; }
span { border-color: rgb(223,154,65); }
td.TdClassName
{
border-color: #DF9A41;
}
.TagClassName
{
border-color: #DF9A41;
}
</style>