Shades of Fire Bush #D8984B
Tints of Fire Bush #D8984B
RGB
CMYK
RGB Variations
Color information
#D8984B (or 0xD8984B) is known color: Fire Bush. HEX triplet: D8, 98 and 4B. RGB value is (216,152,75). Sum of RGB (Red+Green+Blue) = 216+152+75=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8984B is #2767B4. Grayscale: #A2A2A2. Windows color (decimal): -2582453 or 4954328. OLE color: 4954328.
HSL color Cylindrical-coordinate representation of color #D8984B: hue angle of 32.77º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8984B is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 75 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.15 |
| HSL | 32.77º | 0.64% | 0.57% | - |
| HSV(B) | 32.77º | 0.65% | 0.85% | - |
| XYZ | 40.82 | 37.56 | 11.76 | - |
| YUV | 162.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 75 | 0 | 0.30 | 0.65 | 0.15 | 32.77 | 0.64 | 0.57 |
| Hex | D8 | 98 | 4B | 0 | 1E | 41 | F | 21 | 40 | 39 |
| Octal | 330 | 230 | 113 | 0 | 36 | 101 | 17 | 41 | 100 | 71 |
| Binary | 11011000 | 10011000 | 1001011 | 0 | 11110 | 1000001 | 1111 | 100001 | 1000000 | 111001 |
Color Harmonies of #D8984B
Complementary color
Monochromatic Colors of #D8984B
Black with #D8984B
Text Example
Text Example
White with #D8984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8984B; }
p { color: rgb(216,152,75); }
H1.HeaderClassName
{
color: #D8984B;
}
.AnyTagClassName
{
color: #D8984B;
}
</style>
background-color css
<style>
a { background-color: #D8984B; }
a { background-color: rgb(216,152,75); }
div.DivClassName
{
background-color: #D8984B;
}
.BgClassName
{
background-color: #D8984B;
}
</style>
border-color css
<style>
span { border-color: #D8984B; }
span { border-color: rgb(216,152,75); }
td.TdClassName
{
border-color: #D8984B;
}
.TagClassName
{
border-color: #D8984B;
}
</style>