Shades of Fire Bush #D89442
Tints of Fire Bush #D89442
RGB
CMYK
RGB Variations
Color information
#D89442 (or 0xD89442) is known color: Fire Bush. HEX triplet: D8, 94 and 42. RGB value is (216,148,66). Sum of RGB (Red+Green+Blue) = 216+148+66=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D89442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89442 is #276BBD. Grayscale: #9F9F9F. Windows color (decimal): -2583486 or 4363480. OLE color: 4363480.
HSL color Cylindrical-coordinate representation of color #D89442: hue angle of 32.8º 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 #D89442 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 66 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.15 |
| HSL | 32.8º | 0.66% | 0.55% | - |
| HSV(B) | 32.8º | 0.69% | 0.85% | - |
| XYZ | 39.89 | 36.17 | 10.03 | - |
| YUV | 158.98 | 75.53 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 66 | 0 | 0.31 | 0.69 | 0.15 | 32.8 | 0.66 | 0.55 |
| Hex | D8 | 94 | 42 | 0 | 1F | 45 | F | 21 | 42 | 37 |
| Octal | 330 | 224 | 102 | 0 | 37 | 105 | 17 | 41 | 102 | 67 |
| Binary | 11011000 | 10010100 | 1000010 | 0 | 11111 | 1000101 | 1111 | 100001 | 1000010 | 110111 |
Color Harmonies of #D89442
Complementary color
Monochromatic Colors of #D89442
Black with #D89442
Text Example
Text Example
White with #D89442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89442; }
p { color: rgb(216,148,66); }
H1.HeaderClassName
{
color: #D89442;
}
.AnyTagClassName
{
color: #D89442;
}
</style>
background-color css
<style>
a { background-color: #D89442; }
a { background-color: rgb(216,148,66); }
div.DivClassName
{
background-color: #D89442;
}
.BgClassName
{
background-color: #D89442;
}
</style>
border-color css
<style>
span { border-color: #D89442; }
span { border-color: rgb(216,148,66); }
td.TdClassName
{
border-color: #D89442;
}
.TagClassName
{
border-color: #D89442;
}
</style>