Shades of Fire Bush #D89040
Tints of Fire Bush #D89040
RGB
CMYK
RGB Variations
Color information
#D89040 (or 0xD89040) is known color: Fire Bush. HEX triplet: D8, 90 and 40. RGB value is (216,144,64). Sum of RGB (Red+Green+Blue) = 216+144+64=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D89040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89040 is #276FBF. Grayscale: #9C9C9C. Windows color (decimal): -2584512 or 4231384. OLE color: 4231384.
HSL color Cylindrical-coordinate representation of color #D89040: hue angle of 31.58º 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 #D89040 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 64 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.15 |
| HSL | 31.58º | 0.66% | 0.55% | - |
| HSV(B) | 31.58º | 0.7% | 0.85% | - |
| XYZ | 39.22 | 34.92 | 9.52 | - |
| YUV | 156.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 64 | 0 | 0.33 | 0.70 | 0.15 | 31.58 | 0.66 | 0.55 |
| Hex | D8 | 90 | 40 | 0 | 21 | 46 | F | 20 | 42 | 37 |
| Octal | 330 | 220 | 100 | 0 | 41 | 106 | 17 | 40 | 102 | 67 |
| Binary | 11011000 | 10010000 | 1000000 | 0 | 100001 | 1000110 | 1111 | 100000 | 1000010 | 110111 |
Color Harmonies of #D89040
Complementary color
Monochromatic Colors of #D89040
Black with #D89040
Text Example
Text Example
White with #D89040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89040; }
p { color: rgb(216,144,64); }
H1.HeaderClassName
{
color: #D89040;
}
.AnyTagClassName
{
color: #D89040;
}
</style>
background-color css
<style>
a { background-color: #D89040; }
a { background-color: rgb(216,144,64); }
div.DivClassName
{
background-color: #D89040;
}
.BgClassName
{
background-color: #D89040;
}
</style>
border-color css
<style>
span { border-color: #D89040; }
span { border-color: rgb(216,144,64); }
td.TdClassName
{
border-color: #D89040;
}
.TagClassName
{
border-color: #D89040;
}
</style>