Shades of Fire Bush #D89F38
Tints of Fire Bush #D89F38
RGB
CMYK
RGB Variations
Color information
#D89F38 (or 0xD89F38) is known color: Fire Bush. HEX triplet: D8, 9F and 38. RGB value is (216,159,56). Sum of RGB (Red+Green+Blue) = 216+159+56=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89F38 is #2760C7. Grayscale: #A4A4A4. Windows color (decimal): -2580680 or 3710936. OLE color: 3710936.
HSL color Cylindrical-coordinate representation of color #D89F38: hue angle of 38.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D89F38 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 56 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.15 |
| HSL | 38.63º | 0.67% | 0.53% | - |
| HSV(B) | 38.63º | 0.74% | 0.85% | - |
| XYZ | 41.43 | 39.68 | 9.22 | - |
| YUV | 164.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 56 | 0 | 0.26 | 0.74 | 0.15 | 38.63 | 0.67 | 0.53 |
| Hex | D8 | 9F | 38 | 0 | 1A | 4A | F | 27 | 43 | 35 |
| Octal | 330 | 237 | 70 | 0 | 32 | 112 | 17 | 47 | 103 | 65 |
| Binary | 11011000 | 10011111 | 111000 | 0 | 11010 | 1001010 | 1111 | 100111 | 1000011 | 110101 |
Color Harmonies of #D89F38
Complementary color
Monochromatic Colors of #D89F38
Black with #D89F38
Text Example
Text Example
White with #D89F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F38; }
p { color: rgb(216,159,56); }
H1.HeaderClassName
{
color: #D89F38;
}
.AnyTagClassName
{
color: #D89F38;
}
</style>
background-color css
<style>
a { background-color: #D89F38; }
a { background-color: rgb(216,159,56); }
div.DivClassName
{
background-color: #D89F38;
}
.BgClassName
{
background-color: #D89F38;
}
</style>
border-color css
<style>
span { border-color: #D89F38; }
span { border-color: rgb(216,159,56); }
td.TdClassName
{
border-color: #D89F38;
}
.TagClassName
{
border-color: #D89F38;
}
</style>