Shades of Fire Bush #D8963D
Tints of Fire Bush #D8963D
RGB
CMYK
RGB Variations
Color information
#D8963D (or 0xD8963D) is known color: Fire Bush. HEX triplet: D8, 96 and 3D. RGB value is (216,150,61). Sum of RGB (Red+Green+Blue) = 216+150+61=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8963D is #2769C2. Grayscale: #A0A0A0. Windows color (decimal): -2582979 or 4036312. OLE color: 4036312.
HSL color Cylindrical-coordinate representation of color #D8963D: hue angle of 34.45º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8963D is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 61 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.15 |
| HSL | 34.45º | 0.67% | 0.54% | - |
| HSV(B) | 34.45º | 0.72% | 0.85% | - |
| XYZ | 40.07 | 36.75 | 9.4 | - |
| YUV | 159.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 61 | 0 | 0.31 | 0.72 | 0.15 | 34.45 | 0.67 | 0.54 |
| Hex | D8 | 96 | 3D | 0 | 1F | 48 | F | 22 | 43 | 36 |
| Octal | 330 | 226 | 75 | 0 | 37 | 110 | 17 | 42 | 103 | 66 |
| Binary | 11011000 | 10010110 | 111101 | 0 | 11111 | 1001000 | 1111 | 100010 | 1000011 | 110110 |
Color Harmonies of #D8963D
Complementary color
Monochromatic Colors of #D8963D
Black with #D8963D
Text Example
Text Example
White with #D8963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8963D; }
p { color: rgb(216,150,61); }
H1.HeaderClassName
{
color: #D8963D;
}
.AnyTagClassName
{
color: #D8963D;
}
</style>
background-color css
<style>
a { background-color: #D8963D; }
a { background-color: rgb(216,150,61); }
div.DivClassName
{
background-color: #D8963D;
}
.BgClassName
{
background-color: #D8963D;
}
</style>
border-color css
<style>
span { border-color: #D8963D; }
span { border-color: rgb(216,150,61); }
td.TdClassName
{
border-color: #D8963D;
}
.TagClassName
{
border-color: #D8963D;
}
</style>