Shades of Fire Bush #D78E43
Tints of Fire Bush #D78E43
RGB
CMYK
RGB Variations
Color information
#D78E43 (or 0xD78E43) is known color: Fire Bush. HEX triplet: D7, 8E and 43. RGB value is (215,142,67). Sum of RGB (Red+Green+Blue) = 215+142+67=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78E43 is #2871BC. Grayscale: #9B9B9B. Windows color (decimal): -2650557 or 4427479. OLE color: 4427479.
HSL color Cylindrical-coordinate representation of color #D78E43: hue angle of 30.41º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D78E43 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 67 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.16 |
| HSL | 30.41º | 0.65% | 0.55% | - |
| HSV(B) | 30.41º | 0.69% | 0.84% | - |
| XYZ | 38.71 | 34.2 | 9.87 | - |
| YUV | 155.28 | 78.18 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 67 | 0 | 0.34 | 0.69 | 0.16 | 30.41 | 0.65 | 0.55 |
| Hex | D7 | 8E | 43 | 0 | 22 | 45 | 10 | 1E | 41 | 37 |
| Octal | 327 | 216 | 103 | 0 | 42 | 105 | 20 | 36 | 101 | 67 |
| Binary | 11010111 | 10001110 | 1000011 | 0 | 100010 | 1000101 | 10000 | 11110 | 1000001 | 110111 |
Color Harmonies of #D78E43
Complementary color
Monochromatic Colors of #D78E43
Black with #D78E43
Text Example
Text Example
White with #D78E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E43; }
p { color: rgb(215,142,67); }
H1.HeaderClassName
{
color: #D78E43;
}
.AnyTagClassName
{
color: #D78E43;
}
</style>
background-color css
<style>
a { background-color: #D78E43; }
a { background-color: rgb(215,142,67); }
div.DivClassName
{
background-color: #D78E43;
}
.BgClassName
{
background-color: #D78E43;
}
</style>
border-color css
<style>
span { border-color: #D78E43; }
span { border-color: rgb(215,142,67); }
td.TdClassName
{
border-color: #D78E43;
}
.TagClassName
{
border-color: #D78E43;
}
</style>