Shades of Fire Bush #D89E4A
Tints of Fire Bush #D89E4A
RGB
CMYK
RGB Variations
Color information
#D89E4A (or 0xD89E4A) is known color: Fire Bush. HEX triplet: D8, 9E and 4A. RGB value is (216,158,74). Sum of RGB (Red+Green+Blue) = 216+158+74=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89E4A is #2761B5. Grayscale: #A6A6A6. Windows color (decimal): -2580918 or 4890328. OLE color: 4890328.
HSL color Cylindrical-coordinate representation of color #D89E4A: hue angle of 35.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D89E4A is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 158 | 74 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.15 |
| HSL | 35.49º | 0.65% | 0.57% | - |
| HSV(B) | 35.49º | 0.66% | 0.85% | - |
| XYZ | 41.78 | 39.55 | 11.91 | - |
| YUV | 165.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 74 | 0 | 0.27 | 0.66 | 0.15 | 35.49 | 0.65 | 0.57 |
| Hex | D8 | 9E | 4A | 0 | 1B | 42 | F | 23 | 41 | 39 |
| Octal | 330 | 236 | 112 | 0 | 33 | 102 | 17 | 43 | 101 | 71 |
| Binary | 11011000 | 10011110 | 1001010 | 0 | 11011 | 1000010 | 1111 | 100011 | 1000001 | 111001 |
Color Harmonies of #D89E4A
Complementary color
Monochromatic Colors of #D89E4A
Black with #D89E4A
Text Example
Text Example
White with #D89E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89E4A; }
p { color: rgb(216,158,74); }
H1.HeaderClassName
{
color: #D89E4A;
}
.AnyTagClassName
{
color: #D89E4A;
}
</style>
background-color css
<style>
a { background-color: #D89E4A; }
a { background-color: rgb(216,158,74); }
div.DivClassName
{
background-color: #D89E4A;
}
.BgClassName
{
background-color: #D89E4A;
}
</style>
border-color css
<style>
span { border-color: #D89E4A; }
span { border-color: rgb(216,158,74); }
td.TdClassName
{
border-color: #D89E4A;
}
.TagClassName
{
border-color: #D89E4A;
}
</style>