Shades of Fire Bush #D89240
Tints of Fire Bush #D89240
RGB
CMYK
RGB Variations
Color information
#D89240 (or 0xD89240) is known color: Fire Bush. HEX triplet: D8, 92 and 40. RGB value is (216,146,64). Sum of RGB (Red+Green+Blue) = 216+146+64=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D89240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89240 is #276DBF. Grayscale: #9D9D9D. Windows color (decimal): -2584000 or 4231896. OLE color: 4231896.
HSL color Cylindrical-coordinate representation of color #D89240: hue angle of 32.37º 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 #D89240 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 64 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.15 |
| HSL | 32.37º | 0.66% | 0.55% | - |
| HSV(B) | 32.37º | 0.7% | 0.85% | - |
| XYZ | 39.52 | 35.53 | 9.62 | - |
| YUV | 157.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 64 | 0 | 0.32 | 0.70 | 0.15 | 32.37 | 0.66 | 0.55 |
| Hex | D8 | 92 | 40 | 0 | 20 | 46 | F | 20 | 42 | 37 |
| Octal | 330 | 222 | 100 | 0 | 40 | 106 | 17 | 40 | 102 | 67 |
| Binary | 11011000 | 10010010 | 1000000 | 0 | 100000 | 1000110 | 1111 | 100000 | 1000010 | 110111 |
Color Harmonies of #D89240
Complementary color
Monochromatic Colors of #D89240
Black with #D89240
Text Example
Text Example
White with #D89240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89240; }
p { color: rgb(216,146,64); }
H1.HeaderClassName
{
color: #D89240;
}
.AnyTagClassName
{
color: #D89240;
}
</style>
background-color css
<style>
a { background-color: #D89240; }
a { background-color: rgb(216,146,64); }
div.DivClassName
{
background-color: #D89240;
}
.BgClassName
{
background-color: #D89240;
}
</style>
border-color css
<style>
span { border-color: #D89240; }
span { border-color: rgb(216,146,64); }
td.TdClassName
{
border-color: #D89240;
}
.TagClassName
{
border-color: #D89240;
}
</style>