Shades of Fire Bush #D9963E
Tints of Fire Bush #D9963E
RGB
CMYK
RGB Variations
Color information
#D9963E (or 0xD9963E) is known color: Fire Bush. HEX triplet: D9, 96 and 3E. RGB value is (217,150,62). Sum of RGB (Red+Green+Blue) = 217+150+62=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9963E is #2669C1. Grayscale: #A0A0A0. Windows color (decimal): -2517442 or 4101849. OLE color: 4101849.
HSL color Cylindrical-coordinate representation of color #D9963E: hue angle of 34.06º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9963E is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 62 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.15 |
| HSL | 34.06º | 0.67% | 0.55% | - |
| HSV(B) | 34.06º | 0.71% | 0.85% | - |
| XYZ | 40.39 | 36.91 | 9.55 | - |
| YUV | 160 | 72.7 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 62 | 0 | 0.31 | 0.71 | 0.15 | 34.06 | 0.67 | 0.55 |
| Hex | D9 | 96 | 3E | 0 | 1F | 47 | F | 22 | 43 | 37 |
| Octal | 331 | 226 | 76 | 0 | 37 | 107 | 17 | 42 | 103 | 67 |
| Binary | 11011001 | 10010110 | 111110 | 0 | 11111 | 1000111 | 1111 | 100010 | 1000011 | 110111 |
Color Harmonies of #D9963E
Complementary color
Monochromatic Colors of #D9963E
Black with #D9963E
Text Example
Text Example
White with #D9963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9963E; }
p { color: rgb(217,150,62); }
H1.HeaderClassName
{
color: #D9963E;
}
.AnyTagClassName
{
color: #D9963E;
}
</style>
background-color css
<style>
a { background-color: #D9963E; }
a { background-color: rgb(217,150,62); }
div.DivClassName
{
background-color: #D9963E;
}
.BgClassName
{
background-color: #D9963E;
}
</style>
border-color css
<style>
span { border-color: #D9963E; }
span { border-color: rgb(217,150,62); }
td.TdClassName
{
border-color: #D9963E;
}
.TagClassName
{
border-color: #D9963E;
}
</style>