Shades of Fire Bush #D8953B
Tints of Fire Bush #D8953B
RGB
CMYK
RGB Variations
Color information
#D8953B (or 0xD8953B) is known color: Fire Bush. HEX triplet: D8, 95 and 3B. RGB value is (216,149,59). Sum of RGB (Red+Green+Blue) = 216+149+59=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8953B is #276AC4. Grayscale: #9F9F9F. Windows color (decimal): -2583237 or 3904984. OLE color: 3904984.
HSL color Cylindrical-coordinate representation of color #D8953B: hue angle of 34.39º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8953B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 59 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.15 |
| HSL | 34.39º | 0.67% | 0.54% | - |
| HSV(B) | 34.39º | 0.73% | 0.85% | - |
| XYZ | 39.86 | 36.41 | 9.06 | - |
| YUV | 158.77 | 71.7 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 59 | 0 | 0.31 | 0.73 | 0.15 | 34.39 | 0.67 | 0.54 |
| Hex | D8 | 95 | 3B | 0 | 1F | 49 | F | 22 | 43 | 36 |
| Octal | 330 | 225 | 73 | 0 | 37 | 111 | 17 | 42 | 103 | 66 |
| Binary | 11011000 | 10010101 | 111011 | 0 | 11111 | 1001001 | 1111 | 100010 | 1000011 | 110110 |
Color Harmonies of #D8953B
Complementary color
Monochromatic Colors of #D8953B
Black with #D8953B
Text Example
Text Example
White with #D8953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8953B; }
p { color: rgb(216,149,59); }
H1.HeaderClassName
{
color: #D8953B;
}
.AnyTagClassName
{
color: #D8953B;
}
</style>
background-color css
<style>
a { background-color: #D8953B; }
a { background-color: rgb(216,149,59); }
div.DivClassName
{
background-color: #D8953B;
}
.BgClassName
{
background-color: #D8953B;
}
</style>
border-color css
<style>
span { border-color: #D8953B; }
span { border-color: rgb(216,149,59); }
td.TdClassName
{
border-color: #D8953B;
}
.TagClassName
{
border-color: #D8953B;
}
</style>