Shades of Fire Bush #D89840
Tints of Fire Bush #D89840
RGB
CMYK
RGB Variations
Color information
#D89840 (or 0xD89840) is known color: Fire Bush. HEX triplet: D8, 98 and 40. RGB value is (216,152,64). Sum of RGB (Red+Green+Blue) = 216+152+64=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D89840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89840 is #2767BF. Grayscale: #A1A1A1. Windows color (decimal): -2582464 or 4233432. OLE color: 4233432.
HSL color Cylindrical-coordinate representation of color #D89840: hue angle of 34.74º 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 #D89840 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 64 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.15 |
| HSL | 34.74º | 0.66% | 0.55% | - |
| HSV(B) | 34.74º | 0.7% | 0.85% | - |
| XYZ | 40.47 | 37.43 | 9.94 | - |
| YUV | 161.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 64 | 0 | 0.30 | 0.70 | 0.15 | 34.74 | 0.66 | 0.55 |
| Hex | D8 | 98 | 40 | 0 | 1E | 46 | F | 23 | 42 | 37 |
| Octal | 330 | 230 | 100 | 0 | 36 | 106 | 17 | 43 | 102 | 67 |
| Binary | 11011000 | 10011000 | 1000000 | 0 | 11110 | 1000110 | 1111 | 100011 | 1000010 | 110111 |
Color Harmonies of #D89840
Complementary color
Monochromatic Colors of #D89840
Black with #D89840
Text Example
Text Example
White with #D89840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89840; }
p { color: rgb(216,152,64); }
H1.HeaderClassName
{
color: #D89840;
}
.AnyTagClassName
{
color: #D89840;
}
</style>
background-color css
<style>
a { background-color: #D89840; }
a { background-color: rgb(216,152,64); }
div.DivClassName
{
background-color: #D89840;
}
.BgClassName
{
background-color: #D89840;
}
</style>
border-color css
<style>
span { border-color: #D89840; }
span { border-color: rgb(216,152,64); }
td.TdClassName
{
border-color: #D89840;
}
.TagClassName
{
border-color: #D89840;
}
</style>