Shades of Fire Bush #D9914D
Tints of Fire Bush #D9914D
RGB
CMYK
RGB Variations
Color information
#D9914D (or 0xD9914D) is known color: Fire Bush. HEX triplet: D9, 91 and 4D. RGB value is (217,145,77). Sum of RGB (Red+Green+Blue) = 217+145+77=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9914D is #266EB2. Grayscale: #9F9F9F. Windows color (decimal): -2518707 or 5083609. OLE color: 5083609.
HSL color Cylindrical-coordinate representation of color #D9914D: hue angle of 29.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9914D is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 77 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.15 |
| HSL | 29.14º | 0.65% | 0.58% | - |
| HSV(B) | 29.14º | 0.65% | 0.85% | - |
| XYZ | 40.08 | 35.54 | 11.77 | - |
| YUV | 158.78 | 81.85 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 77 | 0 | 0.33 | 0.65 | 0.15 | 29.14 | 0.65 | 0.58 |
| Hex | D9 | 91 | 4D | 0 | 21 | 41 | F | 1D | 41 | 3A |
| Octal | 331 | 221 | 115 | 0 | 41 | 101 | 17 | 35 | 101 | 72 |
| Binary | 11011001 | 10010001 | 1001101 | 0 | 100001 | 1000001 | 1111 | 11101 | 1000001 | 111010 |
Color Harmonies of #D9914D
Complementary color
Monochromatic Colors of #D9914D
Black with #D9914D
Text Example
Text Example
White with #D9914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9914D; }
p { color: rgb(217,145,77); }
H1.HeaderClassName
{
color: #D9914D;
}
.AnyTagClassName
{
color: #D9914D;
}
</style>
background-color css
<style>
a { background-color: #D9914D; }
a { background-color: rgb(217,145,77); }
div.DivClassName
{
background-color: #D9914D;
}
.BgClassName
{
background-color: #D9914D;
}
</style>
border-color css
<style>
span { border-color: #D9914D; }
span { border-color: rgb(217,145,77); }
td.TdClassName
{
border-color: #D9914D;
}
.TagClassName
{
border-color: #D9914D;
}
</style>