Shades of Fire Bush #D89041
Tints of Fire Bush #D89041
RGB
CMYK
RGB Variations
Color information
#D89041 (or 0xD89041) is known color: Fire Bush. HEX triplet: D8, 90 and 41. RGB value is (216,144,65). Sum of RGB (Red+Green+Blue) = 216+144+65=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D89041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89041 is #276FBE. Grayscale: #9C9C9C. Windows color (decimal): -2584511 or 4296920. OLE color: 4296920.
HSL color Cylindrical-coordinate representation of color #D89041: hue angle of 31.39º 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 #D89041 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 65 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.15 |
| HSL | 31.39º | 0.66% | 0.55% | - |
| HSV(B) | 31.39º | 0.7% | 0.85% | - |
| XYZ | 39.25 | 34.93 | 9.67 | - |
| YUV | 156.52 | 76.35 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 65 | 0 | 0.33 | 0.70 | 0.15 | 31.39 | 0.66 | 0.55 |
| Hex | D8 | 90 | 41 | 0 | 21 | 46 | F | 1F | 42 | 37 |
| Octal | 330 | 220 | 101 | 0 | 41 | 106 | 17 | 37 | 102 | 67 |
| Binary | 11011000 | 10010000 | 1000001 | 0 | 100001 | 1000110 | 1111 | 11111 | 1000010 | 110111 |
Color Harmonies of #D89041
Complementary color
Monochromatic Colors of #D89041
Black with #D89041
Text Example
Text Example
White with #D89041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89041; }
p { color: rgb(216,144,65); }
H1.HeaderClassName
{
color: #D89041;
}
.AnyTagClassName
{
color: #D89041;
}
</style>
background-color css
<style>
a { background-color: #D89041; }
a { background-color: rgb(216,144,65); }
div.DivClassName
{
background-color: #D89041;
}
.BgClassName
{
background-color: #D89041;
}
</style>
border-color css
<style>
span { border-color: #D89041; }
span { border-color: rgb(216,144,65); }
td.TdClassName
{
border-color: #D89041;
}
.TagClassName
{
border-color: #D89041;
}
</style>