Shades of Fire Bush #D99E37
Tints of Fire Bush #D99E37
RGB
CMYK
RGB Variations
Color information
#D99E37 (or 0xD99E37) is known color: Fire Bush. HEX triplet: D9, 9E and 37. RGB value is (217,158,55). Sum of RGB (Red+Green+Blue) = 217+158+55=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E37 is #2661C8. Grayscale: #A4A4A4. Windows color (decimal): -2515401 or 3645145. OLE color: 3645145.
HSL color Cylindrical-coordinate representation of color #D99E37: hue angle of 38.15º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D99E37 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 55 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.15 |
| HSL | 38.15º | 0.68% | 0.53% | - |
| HSV(B) | 38.15º | 0.75% | 0.85% | - |
| XYZ | 41.53 | 39.48 | 9.05 | - |
| YUV | 163.9 | 66.55 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 55 | 0 | 0.27 | 0.75 | 0.15 | 38.15 | 0.68 | 0.53 |
| Hex | D9 | 9E | 37 | 0 | 1B | 4B | F | 26 | 44 | 35 |
| Octal | 331 | 236 | 67 | 0 | 33 | 113 | 17 | 46 | 104 | 65 |
| Binary | 11011001 | 10011110 | 110111 | 0 | 11011 | 1001011 | 1111 | 100110 | 1000100 | 110101 |
Color Harmonies of #D99E37
Complementary color
Monochromatic Colors of #D99E37
Black with #D99E37
Text Example
Text Example
White with #D99E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E37; }
p { color: rgb(217,158,55); }
H1.HeaderClassName
{
color: #D99E37;
}
.AnyTagClassName
{
color: #D99E37;
}
</style>
background-color css
<style>
a { background-color: #D99E37; }
a { background-color: rgb(217,158,55); }
div.DivClassName
{
background-color: #D99E37;
}
.BgClassName
{
background-color: #D99E37;
}
</style>
border-color css
<style>
span { border-color: #D99E37; }
span { border-color: rgb(217,158,55); }
td.TdClassName
{
border-color: #D99E37;
}
.TagClassName
{
border-color: #D99E37;
}
</style>