Shades of Fire Bush #D89A46
Tints of Fire Bush #D89A46
RGB
CMYK
RGB Variations
Color information
#D89A46 (or 0xD89A46) is known color: Fire Bush. HEX triplet: D8, 9A and 46. RGB value is (216,154,70). Sum of RGB (Red+Green+Blue) = 216+154+70=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89A46 is #2765B9. Grayscale: #A3A3A3. Windows color (decimal): -2581946 or 4627160. OLE color: 4627160.
HSL color Cylindrical-coordinate representation of color #D89A46: hue angle of 34.52º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D89A46 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 70 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.15 |
| HSL | 34.52º | 0.65% | 0.56% | - |
| HSV(B) | 34.52º | 0.68% | 0.85% | - |
| XYZ | 40.98 | 38.15 | 11 | - |
| YUV | 162.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 70 | 0 | 0.29 | 0.68 | 0.15 | 34.52 | 0.65 | 0.56 |
| Hex | D8 | 9A | 46 | 0 | 1D | 44 | F | 23 | 41 | 38 |
| Octal | 330 | 232 | 106 | 0 | 35 | 104 | 17 | 43 | 101 | 70 |
| Binary | 11011000 | 10011010 | 1000110 | 0 | 11101 | 1000100 | 1111 | 100011 | 1000001 | 111000 |
Color Harmonies of #D89A46
Complementary color
Monochromatic Colors of #D89A46
Black with #D89A46
Text Example
Text Example
White with #D89A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89A46; }
p { color: rgb(216,154,70); }
H1.HeaderClassName
{
color: #D89A46;
}
.AnyTagClassName
{
color: #D89A46;
}
</style>
background-color css
<style>
a { background-color: #D89A46; }
a { background-color: rgb(216,154,70); }
div.DivClassName
{
background-color: #D89A46;
}
.BgClassName
{
background-color: #D89A46;
}
</style>
border-color css
<style>
span { border-color: #D89A46; }
span { border-color: rgb(216,154,70); }
td.TdClassName
{
border-color: #D89A46;
}
.TagClassName
{
border-color: #D89A46;
}
</style>