Shades of Fire Bush #D89B39
Tints of Fire Bush #D89B39
RGB
CMYK
RGB Variations
Color information
#D89B39 (or 0xD89B39) is known color: Fire Bush. HEX triplet: D8, 9B and 39. RGB value is (216,155,57). Sum of RGB (Red+Green+Blue) = 216+155+57=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89B39 is #2764C6. Grayscale: #A2A2A2. Windows color (decimal): -2581703 or 3775448. OLE color: 3775448.
HSL color Cylindrical-coordinate representation of color #D89B39: hue angle of 36.98º 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 #D89B39 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 57 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.15 |
| HSL | 36.98º | 0.67% | 0.54% | - |
| HSV(B) | 36.98º | 0.74% | 0.85% | - |
| XYZ | 40.78 | 38.34 | 9.12 | - |
| YUV | 162.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 57 | 0 | 0.28 | 0.74 | 0.15 | 36.98 | 0.67 | 0.54 |
| Hex | D8 | 9B | 39 | 0 | 1C | 4A | F | 25 | 43 | 36 |
| Octal | 330 | 233 | 71 | 0 | 34 | 112 | 17 | 45 | 103 | 66 |
| Binary | 11011000 | 10011011 | 111001 | 0 | 11100 | 1001010 | 1111 | 100101 | 1000011 | 110110 |
Color Harmonies of #D89B39
Complementary color
Monochromatic Colors of #D89B39
Black with #D89B39
Text Example
Text Example
White with #D89B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B39; }
p { color: rgb(216,155,57); }
H1.HeaderClassName
{
color: #D89B39;
}
.AnyTagClassName
{
color: #D89B39;
}
</style>
background-color css
<style>
a { background-color: #D89B39; }
a { background-color: rgb(216,155,57); }
div.DivClassName
{
background-color: #D89B39;
}
.BgClassName
{
background-color: #D89B39;
}
</style>
border-color css
<style>
span { border-color: #D89B39; }
span { border-color: rgb(216,155,57); }
td.TdClassName
{
border-color: #D89B39;
}
.TagClassName
{
border-color: #D89B39;
}
</style>