Shades of Fire Bush #D89241
Tints of Fire Bush #D89241
RGB
CMYK
RGB Variations
Color information
#D89241 (or 0xD89241) is known color: Fire Bush. HEX triplet: D8, 92 and 41. RGB value is (216,146,65). Sum of RGB (Red+Green+Blue) = 216+146+65=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D89241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89241 is #276DBE. Grayscale: #9E9E9E. Windows color (decimal): -2583999 or 4297432. OLE color: 4297432.
HSL color Cylindrical-coordinate representation of color #D89241: hue angle of 32.19º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D89241 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 65 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.15 |
| HSL | 32.19º | 0.66% | 0.55% | - |
| HSV(B) | 32.19º | 0.7% | 0.85% | - |
| XYZ | 39.55 | 35.54 | 9.78 | - |
| YUV | 157.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 65 | 0 | 0.32 | 0.70 | 0.15 | 32.19 | 0.66 | 0.55 |
| Hex | D8 | 92 | 41 | 0 | 20 | 46 | F | 20 | 42 | 37 |
| Octal | 330 | 222 | 101 | 0 | 40 | 106 | 17 | 40 | 102 | 67 |
| Binary | 11011000 | 10010010 | 1000001 | 0 | 100000 | 1000110 | 1111 | 100000 | 1000010 | 110111 |
Color Harmonies of #D89241
Complementary color
Monochromatic Colors of #D89241
Black with #D89241
Text Example
Text Example
White with #D89241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89241; }
p { color: rgb(216,146,65); }
H1.HeaderClassName
{
color: #D89241;
}
.AnyTagClassName
{
color: #D89241;
}
</style>
background-color css
<style>
a { background-color: #D89241; }
a { background-color: rgb(216,146,65); }
div.DivClassName
{
background-color: #D89241;
}
.BgClassName
{
background-color: #D89241;
}
</style>
border-color css
<style>
span { border-color: #D89241; }
span { border-color: rgb(216,146,65); }
td.TdClassName
{
border-color: #D89241;
}
.TagClassName
{
border-color: #D89241;
}
</style>