Shades of Fire Bush #D99647
Tints of Fire Bush #D99647
RGB
CMYK
RGB Variations
Color information
#D99647 (or 0xD99647) is known color: Fire Bush. HEX triplet: D9, 96 and 47. RGB value is (217,150,71). Sum of RGB (Red+Green+Blue) = 217+150+71=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D99647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99647 is #2669B8. Grayscale: #A1A1A1. Windows color (decimal): -2517433 or 4691673. OLE color: 4691673.
HSL color Cylindrical-coordinate representation of color #D99647: hue angle of 32.47º 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 #D99647 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 71 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.15 |
| HSL | 32.47º | 0.66% | 0.56% | - |
| HSV(B) | 32.47º | 0.67% | 0.85% | - |
| XYZ | 40.66 | 37.02 | 10.96 | - |
| YUV | 161.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 71 | 0 | 0.31 | 0.67 | 0.15 | 32.47 | 0.66 | 0.56 |
| Hex | D9 | 96 | 47 | 0 | 1F | 43 | F | 20 | 42 | 38 |
| Octal | 331 | 226 | 107 | 0 | 37 | 103 | 17 | 40 | 102 | 70 |
| Binary | 11011001 | 10010110 | 1000111 | 0 | 11111 | 1000011 | 1111 | 100000 | 1000010 | 111000 |
Color Harmonies of #D99647
Complementary color
Monochromatic Colors of #D99647
Black with #D99647
Text Example
Text Example
White with #D99647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99647; }
p { color: rgb(217,150,71); }
H1.HeaderClassName
{
color: #D99647;
}
.AnyTagClassName
{
color: #D99647;
}
</style>
background-color css
<style>
a { background-color: #D99647; }
a { background-color: rgb(217,150,71); }
div.DivClassName
{
background-color: #D99647;
}
.BgClassName
{
background-color: #D99647;
}
</style>
border-color css
<style>
span { border-color: #D99647; }
span { border-color: rgb(217,150,71); }
td.TdClassName
{
border-color: #D99647;
}
.TagClassName
{
border-color: #D99647;
}
</style>