Shades of Fire Bush #D98E3F
Tints of Fire Bush #D98E3F
RGB
CMYK
RGB Variations
Color information
#D98E3F (or 0xD98E3F) is known color: Fire Bush. HEX triplet: D9, 8E and 3F. RGB value is (217,142,63). Sum of RGB (Red+Green+Blue) = 217+142+63=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98E3F is #2671C0. Grayscale: #9B9B9B. Windows color (decimal): -2519489 or 4165337. OLE color: 4165337.
HSL color Cylindrical-coordinate representation of color #D98E3F: hue angle of 30.78º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D98E3F is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 63 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.15 |
| HSL | 30.78º | 0.67% | 0.55% | - |
| HSV(B) | 30.78º | 0.71% | 0.85% | - |
| XYZ | 39.19 | 34.46 | 9.29 | - |
| YUV | 155.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 63 | 0 | 0.35 | 0.71 | 0.15 | 30.78 | 0.67 | 0.55 |
| Hex | D9 | 8E | 3F | 0 | 23 | 47 | F | 1F | 43 | 37 |
| Octal | 331 | 216 | 77 | 0 | 43 | 107 | 17 | 37 | 103 | 67 |
| Binary | 11011001 | 10001110 | 111111 | 0 | 100011 | 1000111 | 1111 | 11111 | 1000011 | 110111 |
Color Harmonies of #D98E3F
Complementary color
Monochromatic Colors of #D98E3F
Black with #D98E3F
Text Example
Text Example
White with #D98E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E3F; }
p { color: rgb(217,142,63); }
H1.HeaderClassName
{
color: #D98E3F;
}
.AnyTagClassName
{
color: #D98E3F;
}
</style>
background-color css
<style>
a { background-color: #D98E3F; }
a { background-color: rgb(217,142,63); }
div.DivClassName
{
background-color: #D98E3F;
}
.BgClassName
{
background-color: #D98E3F;
}
</style>
border-color css
<style>
span { border-color: #D98E3F; }
span { border-color: rgb(217,142,63); }
td.TdClassName
{
border-color: #D98E3F;
}
.TagClassName
{
border-color: #D98E3F;
}
</style>