Shades of Fire Bush #D88E44
Tints of Fire Bush #D88E44
RGB
CMYK
RGB Variations
Color information
#D88E44 (or 0xD88E44) is known color: Fire Bush. HEX triplet: D8, 8E and 44. RGB value is (216,142,68). Sum of RGB (Red+Green+Blue) = 216+142+68=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88E44 is #2771BB. Grayscale: #9C9C9C. Windows color (decimal): -2585020 or 4493016. OLE color: 4493016.
HSL color Cylindrical-coordinate representation of color #D88E44: hue angle of 30º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D88E44 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 68 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.15 |
| HSL | 30º | 0.65% | 0.56% | - |
| HSV(B) | 30º | 0.69% | 0.85% | - |
| XYZ | 39.04 | 34.36 | 10.04 | - |
| YUV | 155.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 68 | 0 | 0.34 | 0.69 | 0.15 | 30 | 0.65 | 0.56 |
| Hex | D8 | 8E | 44 | 0 | 22 | 45 | F | 1E | 41 | 38 |
| Octal | 330 | 216 | 104 | 0 | 42 | 105 | 17 | 36 | 101 | 70 |
| Binary | 11011000 | 10001110 | 1000100 | 0 | 100010 | 1000101 | 1111 | 11110 | 1000001 | 111000 |
Color Harmonies of #D88E44
Complementary color
Monochromatic Colors of #D88E44
Black with #D88E44
Text Example
Text Example
White with #D88E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E44; }
p { color: rgb(216,142,68); }
H1.HeaderClassName
{
color: #D88E44;
}
.AnyTagClassName
{
color: #D88E44;
}
</style>
background-color css
<style>
a { background-color: #D88E44; }
a { background-color: rgb(216,142,68); }
div.DivClassName
{
background-color: #D88E44;
}
.BgClassName
{
background-color: #D88E44;
}
</style>
border-color css
<style>
span { border-color: #D88E44; }
span { border-color: rgb(216,142,68); }
td.TdClassName
{
border-color: #D88E44;
}
.TagClassName
{
border-color: #D88E44;
}
</style>