Shades of Fire Bush #D89C39
Tints of Fire Bush #D89C39
RGB
CMYK
RGB Variations
Color information
#D89C39 (or 0xD89C39) is known color: Fire Bush. HEX triplet: D8, 9C and 39. RGB value is (216,156,57). Sum of RGB (Red+Green+Blue) = 216+156+57=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89C39 is #2763C6. Grayscale: #A3A3A3. Windows color (decimal): -2581447 or 3775704. OLE color: 3775704.
HSL color Cylindrical-coordinate representation of color #D89C39: hue angle of 37.36º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D89C39 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 57 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.15 |
| HSL | 37.36º | 0.67% | 0.54% | - |
| HSV(B) | 37.36º | 0.74% | 0.85% | - |
| XYZ | 40.95 | 38.67 | 9.18 | - |
| YUV | 162.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 57 | 0 | 0.28 | 0.74 | 0.15 | 37.36 | 0.67 | 0.54 |
| Hex | D8 | 9C | 39 | 0 | 1C | 4A | F | 25 | 43 | 36 |
| Octal | 330 | 234 | 71 | 0 | 34 | 112 | 17 | 45 | 103 | 66 |
| Binary | 11011000 | 10011100 | 111001 | 0 | 11100 | 1001010 | 1111 | 100101 | 1000011 | 110110 |
Color Harmonies of #D89C39
Complementary color
Monochromatic Colors of #D89C39
Black with #D89C39
Text Example
Text Example
White with #D89C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C39; }
p { color: rgb(216,156,57); }
H1.HeaderClassName
{
color: #D89C39;
}
.AnyTagClassName
{
color: #D89C39;
}
</style>
background-color css
<style>
a { background-color: #D89C39; }
a { background-color: rgb(216,156,57); }
div.DivClassName
{
background-color: #D89C39;
}
.BgClassName
{
background-color: #D89C39;
}
</style>
border-color css
<style>
span { border-color: #D89C39; }
span { border-color: rgb(216,156,57); }
td.TdClassName
{
border-color: #D89C39;
}
.TagClassName
{
border-color: #D89C39;
}
</style>