Shades of Fire Bush #D89F47
Tints of Fire Bush #D89F47
RGB
CMYK
RGB Variations
Color information
#D89F47 (or 0xD89F47) is known color: Fire Bush. HEX triplet: D8, 9F and 47. RGB value is (216,159,71). Sum of RGB (Red+Green+Blue) = 216+159+71=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89F47 is #2760B8. Grayscale: #A6A6A6. Windows color (decimal): -2580665 or 4693976. OLE color: 4693976.
HSL color Cylindrical-coordinate representation of color #D89F47: hue angle of 36.41º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D89F47 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 71 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.15 |
| HSL | 36.41º | 0.65% | 0.56% | - |
| HSV(B) | 36.41º | 0.67% | 0.85% | - |
| XYZ | 41.85 | 39.85 | 11.45 | - |
| YUV | 166.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 71 | 0 | 0.26 | 0.67 | 0.15 | 36.41 | 0.65 | 0.56 |
| Hex | D8 | 9F | 47 | 0 | 1A | 43 | F | 24 | 41 | 38 |
| Octal | 330 | 237 | 107 | 0 | 32 | 103 | 17 | 44 | 101 | 70 |
| Binary | 11011000 | 10011111 | 1000111 | 0 | 11010 | 1000011 | 1111 | 100100 | 1000001 | 111000 |
Color Harmonies of #D89F47
Complementary color
Monochromatic Colors of #D89F47
Black with #D89F47
Text Example
Text Example
White with #D89F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F47; }
p { color: rgb(216,159,71); }
H1.HeaderClassName
{
color: #D89F47;
}
.AnyTagClassName
{
color: #D89F47;
}
</style>
background-color css
<style>
a { background-color: #D89F47; }
a { background-color: rgb(216,159,71); }
div.DivClassName
{
background-color: #D89F47;
}
.BgClassName
{
background-color: #D89F47;
}
</style>
border-color css
<style>
span { border-color: #D89F47; }
span { border-color: rgb(216,159,71); }
td.TdClassName
{
border-color: #D89F47;
}
.TagClassName
{
border-color: #D89F47;
}
</style>