Shades of Fire Bush #D89D39
Tints of Fire Bush #D89D39
RGB
CMYK
RGB Variations
Color information
#D89D39 (or 0xD89D39) is known color: Fire Bush. HEX triplet: D8, 9D and 39. RGB value is (216,157,57). Sum of RGB (Red+Green+Blue) = 216+157+57=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89D39 is #2762C6. Grayscale: #A3A3A3. Windows color (decimal): -2581191 or 3775960. OLE color: 3775960.
HSL color Cylindrical-coordinate representation of color #D89D39: hue angle of 37.74º 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 #D89D39 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 57 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.15 |
| HSL | 37.74º | 0.67% | 0.54% | - |
| HSV(B) | 37.74º | 0.74% | 0.85% | - |
| XYZ | 41.11 | 39.01 | 9.23 | - |
| YUV | 163.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 57 | 0 | 0.27 | 0.74 | 0.15 | 37.74 | 0.67 | 0.54 |
| Hex | D8 | 9D | 39 | 0 | 1B | 4A | F | 26 | 43 | 36 |
| Octal | 330 | 235 | 71 | 0 | 33 | 112 | 17 | 46 | 103 | 66 |
| Binary | 11011000 | 10011101 | 111001 | 0 | 11011 | 1001010 | 1111 | 100110 | 1000011 | 110110 |
Color Harmonies of #D89D39
Complementary color
Monochromatic Colors of #D89D39
Black with #D89D39
Text Example
Text Example
White with #D89D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D39; }
p { color: rgb(216,157,57); }
H1.HeaderClassName
{
color: #D89D39;
}
.AnyTagClassName
{
color: #D89D39;
}
</style>
background-color css
<style>
a { background-color: #D89D39; }
a { background-color: rgb(216,157,57); }
div.DivClassName
{
background-color: #D89D39;
}
.BgClassName
{
background-color: #D89D39;
}
</style>
border-color css
<style>
span { border-color: #D89D39; }
span { border-color: rgb(216,157,57); }
td.TdClassName
{
border-color: #D89D39;
}
.TagClassName
{
border-color: #D89D39;
}
</style>