Shades of Fire Bush #D8954B
Tints of Fire Bush #D8954B
RGB
CMYK
RGB Variations
Color information
#D8954B (or 0xD8954B) is known color: Fire Bush. HEX triplet: D8, 95 and 4B. RGB value is (216,149,75). Sum of RGB (Red+Green+Blue) = 216+149+75=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8954B is #276AB4. Grayscale: #A0A0A0. Windows color (decimal): -2583221 or 4953560. OLE color: 4953560.
HSL color Cylindrical-coordinate representation of color #D8954B: hue angle of 31.49º 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 #D8954B is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 75 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.15 |
| HSL | 31.49º | 0.64% | 0.57% | - |
| HSV(B) | 31.49º | 0.65% | 0.85% | - |
| XYZ | 40.34 | 36.6 | 11.6 | - |
| YUV | 160.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 75 | 0 | 0.31 | 0.65 | 0.15 | 31.49 | 0.64 | 0.57 |
| Hex | D8 | 95 | 4B | 0 | 1F | 41 | F | 1F | 40 | 39 |
| Octal | 330 | 225 | 113 | 0 | 37 | 101 | 17 | 37 | 100 | 71 |
| Binary | 11011000 | 10010101 | 1001011 | 0 | 11111 | 1000001 | 1111 | 11111 | 1000000 | 111001 |
Color Harmonies of #D8954B
Complementary color
Monochromatic Colors of #D8954B
Black with #D8954B
Text Example
Text Example
White with #D8954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8954B; }
p { color: rgb(216,149,75); }
H1.HeaderClassName
{
color: #D8954B;
}
.AnyTagClassName
{
color: #D8954B;
}
</style>
background-color css
<style>
a { background-color: #D8954B; }
a { background-color: rgb(216,149,75); }
div.DivClassName
{
background-color: #D8954B;
}
.BgClassName
{
background-color: #D8954B;
}
</style>
border-color css
<style>
span { border-color: #D8954B; }
span { border-color: rgb(216,149,75); }
td.TdClassName
{
border-color: #D8954B;
}
.TagClassName
{
border-color: #D8954B;
}
</style>