Shades of Fire Bush #D89E3E
Tints of Fire Bush #D89E3E
RGB
CMYK
RGB Variations
Color information
#D89E3E (or 0xD89E3E) is known color: Fire Bush. HEX triplet: D8, 9E and 3E. RGB value is (216,158,62). Sum of RGB (Red+Green+Blue) = 216+158+62=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89E3E is #2761C1. Grayscale: #A4A4A4. Windows color (decimal): -2580930 or 4103896. OLE color: 4103896.
HSL color Cylindrical-coordinate representation of color #D89E3E: hue angle of 37.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D89E3E is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 62 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.15 |
| HSL | 37.4º | 0.66% | 0.55% | - |
| HSV(B) | 37.4º | 0.71% | 0.85% | - |
| XYZ | 41.42 | 39.4 | 9.98 | - |
| YUV | 164.4 | 70.22 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 62 | 0 | 0.27 | 0.71 | 0.15 | 37.4 | 0.66 | 0.55 |
| Hex | D8 | 9E | 3E | 0 | 1B | 47 | F | 25 | 42 | 37 |
| Octal | 330 | 236 | 76 | 0 | 33 | 107 | 17 | 45 | 102 | 67 |
| Binary | 11011000 | 10011110 | 111110 | 0 | 11011 | 1000111 | 1111 | 100101 | 1000010 | 110111 |
Color Harmonies of #D89E3E
Complementary color
Monochromatic Colors of #D89E3E
Black with #D89E3E
Text Example
Text Example
White with #D89E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89E3E; }
p { color: rgb(216,158,62); }
H1.HeaderClassName
{
color: #D89E3E;
}
.AnyTagClassName
{
color: #D89E3E;
}
</style>
background-color css
<style>
a { background-color: #D89E3E; }
a { background-color: rgb(216,158,62); }
div.DivClassName
{
background-color: #D89E3E;
}
.BgClassName
{
background-color: #D89E3E;
}
</style>
border-color css
<style>
span { border-color: #D89E3E; }
span { border-color: rgb(216,158,62); }
td.TdClassName
{
border-color: #D89E3E;
}
.TagClassName
{
border-color: #D89E3E;
}
</style>