Shades of Fire Bush #D88E47
Tints of Fire Bush #D88E47
RGB
CMYK
RGB Variations
Color information
#D88E47 (or 0xD88E47) is known color: Fire Bush. HEX triplet: D8, 8E and 47. RGB value is (216,142,71). Sum of RGB (Red+Green+Blue) = 216+142+71=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88E47 is #2771B8. Grayscale: #9C9C9C. Windows color (decimal): -2585017 or 4689624. OLE color: 4689624.
HSL color Cylindrical-coordinate representation of color #D88E47: hue angle of 29.38º degrees, saturation: 0.65, 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 #D88E47 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 71 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.15 |
| HSL | 29.38º | 0.65% | 0.56% | - |
| HSV(B) | 29.38º | 0.67% | 0.85% | - |
| XYZ | 39.13 | 34.4 | 10.54 | - |
| YUV | 156.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 71 | 0 | 0.34 | 0.67 | 0.15 | 29.38 | 0.65 | 0.56 |
| Hex | D8 | 8E | 47 | 0 | 22 | 43 | F | 1D | 41 | 38 |
| Octal | 330 | 216 | 107 | 0 | 42 | 103 | 17 | 35 | 101 | 70 |
| Binary | 11011000 | 10001110 | 1000111 | 0 | 100010 | 1000011 | 1111 | 11101 | 1000001 | 111000 |
Color Harmonies of #D88E47
Complementary color
Monochromatic Colors of #D88E47
Black with #D88E47
Text Example
Text Example
White with #D88E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E47; }
p { color: rgb(216,142,71); }
H1.HeaderClassName
{
color: #D88E47;
}
.AnyTagClassName
{
color: #D88E47;
}
</style>
background-color css
<style>
a { background-color: #D88E47; }
a { background-color: rgb(216,142,71); }
div.DivClassName
{
background-color: #D88E47;
}
.BgClassName
{
background-color: #D88E47;
}
</style>
border-color css
<style>
span { border-color: #D88E47; }
span { border-color: rgb(216,142,71); }
td.TdClassName
{
border-color: #D88E47;
}
.TagClassName
{
border-color: #D88E47;
}
</style>