Shades of Fire Bush #D99E42
Tints of Fire Bush #D99E42
RGB
CMYK
RGB Variations
Color information
#D99E42 (or 0xD99E42) is known color: Fire Bush. HEX triplet: D9, 9E and 42. RGB value is (217,158,66). Sum of RGB (Red+Green+Blue) = 217+158+66=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E42 is #2661BD. Grayscale: #A5A5A5. Windows color (decimal): -2515390 or 4366041. OLE color: 4366041.
HSL color Cylindrical-coordinate representation of color #D99E42: hue angle of 36.56º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D99E42 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 66 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.15 |
| HSL | 36.56º | 0.67% | 0.55% | - |
| HSV(B) | 36.56º | 0.7% | 0.85% | - |
| XYZ | 41.83 | 39.6 | 10.59 | - |
| YUV | 165.15 | 72.05 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 66 | 0 | 0.27 | 0.70 | 0.15 | 36.56 | 0.67 | 0.55 |
| Hex | D9 | 9E | 42 | 0 | 1B | 46 | F | 25 | 43 | 37 |
| Octal | 331 | 236 | 102 | 0 | 33 | 106 | 17 | 45 | 103 | 67 |
| Binary | 11011001 | 10011110 | 1000010 | 0 | 11011 | 1000110 | 1111 | 100101 | 1000011 | 110111 |
Color Harmonies of #D99E42
Complementary color
Monochromatic Colors of #D99E42
Black with #D99E42
Text Example
Text Example
White with #D99E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E42; }
p { color: rgb(217,158,66); }
H1.HeaderClassName
{
color: #D99E42;
}
.AnyTagClassName
{
color: #D99E42;
}
</style>
background-color css
<style>
a { background-color: #D99E42; }
a { background-color: rgb(217,158,66); }
div.DivClassName
{
background-color: #D99E42;
}
.BgClassName
{
background-color: #D99E42;
}
</style>
border-color css
<style>
span { border-color: #D99E42; }
span { border-color: rgb(217,158,66); }
td.TdClassName
{
border-color: #D99E42;
}
.TagClassName
{
border-color: #D99E42;
}
</style>