Shades of Fire Bush #D99847
Tints of Fire Bush #D99847
RGB
CMYK
RGB Variations
Color information
#D99847 (or 0xD99847) is known color: Fire Bush. HEX triplet: D9, 98 and 47. RGB value is (217,152,71). Sum of RGB (Red+Green+Blue) = 217+152+71=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D99847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99847 is #2667B8. Grayscale: #A2A2A2. Windows color (decimal): -2516921 or 4692185. OLE color: 4692185.
HSL color Cylindrical-coordinate representation of color #D99847: hue angle of 33.29º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D99847 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 71 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.15 |
| HSL | 33.29º | 0.66% | 0.56% | - |
| HSV(B) | 33.29º | 0.67% | 0.85% | - |
| XYZ | 40.98 | 37.66 | 11.07 | - |
| YUV | 162.2 | 76.53 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 71 | 0 | 0.30 | 0.67 | 0.15 | 33.29 | 0.66 | 0.56 |
| Hex | D9 | 98 | 47 | 0 | 1E | 43 | F | 21 | 42 | 38 |
| Octal | 331 | 230 | 107 | 0 | 36 | 103 | 17 | 41 | 102 | 70 |
| Binary | 11011001 | 10011000 | 1000111 | 0 | 11110 | 1000011 | 1111 | 100001 | 1000010 | 111000 |
Color Harmonies of #D99847
Complementary color
Monochromatic Colors of #D99847
Black with #D99847
Text Example
Text Example
White with #D99847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99847; }
p { color: rgb(217,152,71); }
H1.HeaderClassName
{
color: #D99847;
}
.AnyTagClassName
{
color: #D99847;
}
</style>
background-color css
<style>
a { background-color: #D99847; }
a { background-color: rgb(217,152,71); }
div.DivClassName
{
background-color: #D99847;
}
.BgClassName
{
background-color: #D99847;
}
</style>
border-color css
<style>
span { border-color: #D99847; }
span { border-color: rgb(217,152,71); }
td.TdClassName
{
border-color: #D99847;
}
.TagClassName
{
border-color: #D99847;
}
</style>