Shades of Fire Bush #D89C4E
Tints of Fire Bush #D89C4E
RGB
CMYK
RGB Variations
Color information
#D89C4E (or 0xD89C4E) is known color: Fire Bush. HEX triplet: D8, 9C and 4E. RGB value is (216,156,78). Sum of RGB (Red+Green+Blue) = 216+156+78=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89C4E is #2763B1. Grayscale: #A5A5A5. Windows color (decimal): -2581426 or 5151960. OLE color: 5151960.
HSL color Cylindrical-coordinate representation of color #D89C4E: hue angle of 33.91º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D89C4E is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 78 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.15 |
| HSL | 33.91º | 0.64% | 0.58% | - |
| HSV(B) | 33.91º | 0.64% | 0.85% | - |
| XYZ | 41.58 | 38.93 | 12.53 | - |
| YUV | 165.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 78 | 0 | 0.28 | 0.64 | 0.15 | 33.91 | 0.64 | 0.58 |
| Hex | D8 | 9C | 4E | 0 | 1C | 40 | F | 22 | 40 | 3A |
| Octal | 330 | 234 | 116 | 0 | 34 | 100 | 17 | 42 | 100 | 72 |
| Binary | 11011000 | 10011100 | 1001110 | 0 | 11100 | 1000000 | 1111 | 100010 | 1000000 | 111010 |
Color Harmonies of #D89C4E
Complementary color
Monochromatic Colors of #D89C4E
Black with #D89C4E
Text Example
Text Example
White with #D89C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C4E; }
p { color: rgb(216,156,78); }
H1.HeaderClassName
{
color: #D89C4E;
}
.AnyTagClassName
{
color: #D89C4E;
}
</style>
background-color css
<style>
a { background-color: #D89C4E; }
a { background-color: rgb(216,156,78); }
div.DivClassName
{
background-color: #D89C4E;
}
.BgClassName
{
background-color: #D89C4E;
}
</style>
border-color css
<style>
span { border-color: #D89C4E; }
span { border-color: rgb(216,156,78); }
td.TdClassName
{
border-color: #D89C4E;
}
.TagClassName
{
border-color: #D89C4E;
}
</style>