Shades of Fire Bush #D99E4D
Tints of Fire Bush #D99E4D
RGB
CMYK
RGB Variations
Color information
#D99E4D (or 0xD99E4D) is known color: Fire Bush. HEX triplet: D9, 9E and 4D. RGB value is (217,158,77). Sum of RGB (Red+Green+Blue) = 217+158+77=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99E4D is #2661B2. Grayscale: #A6A6A6. Windows color (decimal): -2515379 or 5086937. OLE color: 5086937.
HSL color Cylindrical-coordinate representation of color #D99E4D: hue angle of 34.71º 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 #D99E4D is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 77 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.15 |
| HSL | 34.71º | 0.65% | 0.58% | - |
| HSV(B) | 34.71º | 0.65% | 0.85% | - |
| XYZ | 42.18 | 39.74 | 12.47 | - |
| YUV | 166.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 77 | 0 | 0.27 | 0.65 | 0.15 | 34.71 | 0.65 | 0.58 |
| Hex | D9 | 9E | 4D | 0 | 1B | 41 | F | 23 | 41 | 3A |
| Octal | 331 | 236 | 115 | 0 | 33 | 101 | 17 | 43 | 101 | 72 |
| Binary | 11011001 | 10011110 | 1001101 | 0 | 11011 | 1000001 | 1111 | 100011 | 1000001 | 111010 |
Color Harmonies of #D99E4D
Complementary color
Monochromatic Colors of #D99E4D
Black with #D99E4D
Text Example
Text Example
White with #D99E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E4D; }
p { color: rgb(217,158,77); }
H1.HeaderClassName
{
color: #D99E4D;
}
.AnyTagClassName
{
color: #D99E4D;
}
</style>
background-color css
<style>
a { background-color: #D99E4D; }
a { background-color: rgb(217,158,77); }
div.DivClassName
{
background-color: #D99E4D;
}
.BgClassName
{
background-color: #D99E4D;
}
</style>
border-color css
<style>
span { border-color: #D99E4D; }
span { border-color: rgb(217,158,77); }
td.TdClassName
{
border-color: #D99E4D;
}
.TagClassName
{
border-color: #D99E4D;
}
</style>