Shades of Fire Bush #D88D44
Tints of Fire Bush #D88D44
RGB
CMYK
RGB Variations
Color information
#D88D44 (or 0xD88D44) is known color: Fire Bush. HEX triplet: D8, 8D and 44. RGB value is (216,141,68). Sum of RGB (Red+Green+Blue) = 216+141+68=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88D44 is #2772BB. Grayscale: #9B9B9B. Windows color (decimal): -2585276 or 4492760. OLE color: 4492760.
HSL color Cylindrical-coordinate representation of color #D88D44: hue angle of 29.59º 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 #D88D44 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 141 | 68 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.15 |
| HSL | 29.59º | 0.65% | 0.56% | - |
| HSV(B) | 29.59º | 0.69% | 0.85% | - |
| XYZ | 38.89 | 34.07 | 9.99 | - |
| YUV | 155.1 | 78.85 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 141 | 68 | 0 | 0.35 | 0.69 | 0.15 | 29.59 | 0.65 | 0.56 |
| Hex | D8 | 8D | 44 | 0 | 23 | 45 | F | 1E | 41 | 38 |
| Octal | 330 | 215 | 104 | 0 | 43 | 105 | 17 | 36 | 101 | 70 |
| Binary | 11011000 | 10001101 | 1000100 | 0 | 100011 | 1000101 | 1111 | 11110 | 1000001 | 111000 |
Color Harmonies of #D88D44
Complementary color
Monochromatic Colors of #D88D44
Black with #D88D44
Text Example
Text Example
White with #D88D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88D44; }
p { color: rgb(216,141,68); }
H1.HeaderClassName
{
color: #D88D44;
}
.AnyTagClassName
{
color: #D88D44;
}
</style>
background-color css
<style>
a { background-color: #D88D44; }
a { background-color: rgb(216,141,68); }
div.DivClassName
{
background-color: #D88D44;
}
.BgClassName
{
background-color: #D88D44;
}
</style>
border-color css
<style>
span { border-color: #D88D44; }
span { border-color: rgb(216,141,68); }
td.TdClassName
{
border-color: #D88D44;
}
.TagClassName
{
border-color: #D88D44;
}
</style>