Shades of Fire Bush #D89142
Tints of Fire Bush #D89142
RGB
CMYK
RGB Variations
Color information
#D89142 (or 0xD89142) is known color: Fire Bush. HEX triplet: D8, 91 and 42. RGB value is (216,145,66). Sum of RGB (Red+Green+Blue) = 216+145+66=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D89142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89142 is #276EBD. Grayscale: #9D9D9D. Windows color (decimal): -2584254 or 4362712. OLE color: 4362712.
HSL color Cylindrical-coordinate representation of color #D89142: hue angle of 31.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D89142 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 66 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.15 |
| HSL | 31.6º | 0.66% | 0.55% | - |
| HSV(B) | 31.6º | 0.69% | 0.85% | - |
| XYZ | 39.43 | 35.24 | 9.88 | - |
| YUV | 157.22 | 76.52 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 66 | 0 | 0.33 | 0.69 | 0.15 | 31.6 | 0.66 | 0.55 |
| Hex | D8 | 91 | 42 | 0 | 21 | 45 | F | 20 | 42 | 37 |
| Octal | 330 | 221 | 102 | 0 | 41 | 105 | 17 | 40 | 102 | 67 |
| Binary | 11011000 | 10010001 | 1000010 | 0 | 100001 | 1000101 | 1111 | 100000 | 1000010 | 110111 |
Color Harmonies of #D89142
Complementary color
Monochromatic Colors of #D89142
Black with #D89142
Text Example
Text Example
White with #D89142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89142; }
p { color: rgb(216,145,66); }
H1.HeaderClassName
{
color: #D89142;
}
.AnyTagClassName
{
color: #D89142;
}
</style>
background-color css
<style>
a { background-color: #D89142; }
a { background-color: rgb(216,145,66); }
div.DivClassName
{
background-color: #D89142;
}
.BgClassName
{
background-color: #D89142;
}
</style>
border-color css
<style>
span { border-color: #D89142; }
span { border-color: rgb(216,145,66); }
td.TdClassName
{
border-color: #D89142;
}
.TagClassName
{
border-color: #D89142;
}
</style>