Shades of Fire Bush #D98F45
Tints of Fire Bush #D98F45
RGB
CMYK
RGB Variations
Color information
#D98F45 (or 0xD98F45) is known color: Fire Bush. HEX triplet: D9, 8F and 45. RGB value is (217,143,69). Sum of RGB (Red+Green+Blue) = 217+143+69=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98F45 is #2670BA. Grayscale: #9D9D9D. Windows color (decimal): -2519227 or 4558809. OLE color: 4558809.
HSL color Cylindrical-coordinate representation of color #D98F45: hue angle of 30º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D98F45 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 69 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.15 |
| HSL | 30º | 0.66% | 0.56% | - |
| HSV(B) | 30º | 0.68% | 0.85% | - |
| XYZ | 39.51 | 34.83 | 10.27 | - |
| YUV | 156.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 69 | 0 | 0.34 | 0.68 | 0.15 | 30 | 0.66 | 0.56 |
| Hex | D9 | 8F | 45 | 0 | 22 | 44 | F | 1E | 42 | 38 |
| Octal | 331 | 217 | 105 | 0 | 42 | 104 | 17 | 36 | 102 | 70 |
| Binary | 11011001 | 10001111 | 1000101 | 0 | 100010 | 1000100 | 1111 | 11110 | 1000010 | 111000 |
Color Harmonies of #D98F45
Complementary color
Monochromatic Colors of #D98F45
Black with #D98F45
Text Example
Text Example
White with #D98F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F45; }
p { color: rgb(217,143,69); }
H1.HeaderClassName
{
color: #D98F45;
}
.AnyTagClassName
{
color: #D98F45;
}
</style>
background-color css
<style>
a { background-color: #D98F45; }
a { background-color: rgb(217,143,69); }
div.DivClassName
{
background-color: #D98F45;
}
.BgClassName
{
background-color: #D98F45;
}
</style>
border-color css
<style>
span { border-color: #D98F45; }
span { border-color: rgb(217,143,69); }
td.TdClassName
{
border-color: #D98F45;
}
.TagClassName
{
border-color: #D98F45;
}
</style>