Shades of Fire Bush #D89F41
Tints of Fire Bush #D89F41
RGB
CMYK
RGB Variations
Color information
#D89F41 (or 0xD89F41) is known color: Fire Bush. HEX triplet: D8, 9F and 41. RGB value is (216,159,65). Sum of RGB (Red+Green+Blue) = 216+159+65=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89F41 is #2760BE. Grayscale: #A5A5A5. Windows color (decimal): -2580671 or 4300760. OLE color: 4300760.
HSL color Cylindrical-coordinate representation of color #D89F41: hue angle of 37.35º 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 #D89F41 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 65 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.15 |
| HSL | 37.35º | 0.66% | 0.55% | - |
| HSV(B) | 37.35º | 0.7% | 0.85% | - |
| XYZ | 41.67 | 39.78 | 10.48 | - |
| YUV | 165.33 | 71.38 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 65 | 0 | 0.26 | 0.70 | 0.15 | 37.35 | 0.66 | 0.55 |
| Hex | D8 | 9F | 41 | 0 | 1A | 46 | F | 25 | 42 | 37 |
| Octal | 330 | 237 | 101 | 0 | 32 | 106 | 17 | 45 | 102 | 67 |
| Binary | 11011000 | 10011111 | 1000001 | 0 | 11010 | 1000110 | 1111 | 100101 | 1000010 | 110111 |
Color Harmonies of #D89F41
Complementary color
Monochromatic Colors of #D89F41
Black with #D89F41
Text Example
Text Example
White with #D89F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F41; }
p { color: rgb(216,159,65); }
H1.HeaderClassName
{
color: #D89F41;
}
.AnyTagClassName
{
color: #D89F41;
}
</style>
background-color css
<style>
a { background-color: #D89F41; }
a { background-color: rgb(216,159,65); }
div.DivClassName
{
background-color: #D89F41;
}
.BgClassName
{
background-color: #D89F41;
}
</style>
border-color css
<style>
span { border-color: #D89F41; }
span { border-color: rgb(216,159,65); }
td.TdClassName
{
border-color: #D89F41;
}
.TagClassName
{
border-color: #D89F41;
}
</style>