Shades of Fire Bush #D99540
Tints of Fire Bush #D99540
RGB
CMYK
RGB Variations
Color information
#D99540 (or 0xD99540) is known color: Fire Bush. HEX triplet: D9, 95 and 40. RGB value is (217,149,64). Sum of RGB (Red+Green+Blue) = 217+149+64=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D99540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99540 is #266ABF. Grayscale: #A0A0A0. Windows color (decimal): -2517696 or 4232665. OLE color: 4232665.
HSL color Cylindrical-coordinate representation of color #D99540: hue angle of 33.33º 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 #D99540 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 64 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.15 |
| HSL | 33.33º | 0.67% | 0.55% | - |
| HSV(B) | 33.33º | 0.71% | 0.85% | - |
| XYZ | 40.29 | 36.62 | 9.79 | - |
| YUV | 159.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 64 | 0 | 0.31 | 0.71 | 0.15 | 33.33 | 0.67 | 0.55 |
| Hex | D9 | 95 | 40 | 0 | 1F | 47 | F | 21 | 43 | 37 |
| Octal | 331 | 225 | 100 | 0 | 37 | 107 | 17 | 41 | 103 | 67 |
| Binary | 11011001 | 10010101 | 1000000 | 0 | 11111 | 1000111 | 1111 | 100001 | 1000011 | 110111 |
Color Harmonies of #D99540
Complementary color
Monochromatic Colors of #D99540
Black with #D99540
Text Example
Text Example
White with #D99540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99540; }
p { color: rgb(217,149,64); }
H1.HeaderClassName
{
color: #D99540;
}
.AnyTagClassName
{
color: #D99540;
}
</style>
background-color css
<style>
a { background-color: #D99540; }
a { background-color: rgb(217,149,64); }
div.DivClassName
{
background-color: #D99540;
}
.BgClassName
{
background-color: #D99540;
}
</style>
border-color css
<style>
span { border-color: #D99540; }
span { border-color: rgb(217,149,64); }
td.TdClassName
{
border-color: #D99540;
}
.TagClassName
{
border-color: #D99540;
}
</style>