Shades of Fire Bush #D98F3E
Tints of Fire Bush #D98F3E
RGB
CMYK
RGB Variations
Color information
#D98F3E (or 0xD98F3E) is known color: Fire Bush. HEX triplet: D9, 8F and 3E. RGB value is (217,143,62). Sum of RGB (Red+Green+Blue) = 217+143+62=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98F3E is #2670C1. Grayscale: #9C9C9C. Windows color (decimal): -2519234 or 4100057. OLE color: 4100057.
HSL color Cylindrical-coordinate representation of color #D98F3E: hue angle of 31.35º 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 #D98F3E is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 62 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.15 |
| HSL | 31.35º | 0.67% | 0.55% | - |
| HSV(B) | 31.35º | 0.71% | 0.85% | - |
| XYZ | 39.31 | 34.74 | 9.19 | - |
| YUV | 155.89 | 75.02 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 62 | 0 | 0.34 | 0.71 | 0.15 | 31.35 | 0.67 | 0.55 |
| Hex | D9 | 8F | 3E | 0 | 22 | 47 | F | 1F | 43 | 37 |
| Octal | 331 | 217 | 76 | 0 | 42 | 107 | 17 | 37 | 103 | 67 |
| Binary | 11011001 | 10001111 | 111110 | 0 | 100010 | 1000111 | 1111 | 11111 | 1000011 | 110111 |
Color Harmonies of #D98F3E
Complementary color
Monochromatic Colors of #D98F3E
Black with #D98F3E
Text Example
Text Example
White with #D98F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F3E; }
p { color: rgb(217,143,62); }
H1.HeaderClassName
{
color: #D98F3E;
}
.AnyTagClassName
{
color: #D98F3E;
}
</style>
background-color css
<style>
a { background-color: #D98F3E; }
a { background-color: rgb(217,143,62); }
div.DivClassName
{
background-color: #D98F3E;
}
.BgClassName
{
background-color: #D98F3E;
}
</style>
border-color css
<style>
span { border-color: #D98F3E; }
span { border-color: rgb(217,143,62); }
td.TdClassName
{
border-color: #D98F3E;
}
.TagClassName
{
border-color: #D98F3E;
}
</style>