Shades of Fire Bush #D99F3C
Tints of Fire Bush #D99F3C
RGB
CMYK
RGB Variations
Color information
#D99F3C (or 0xD99F3C) is known color: Fire Bush. HEX triplet: D9, 9F and 3C. RGB value is (217,159,60). Sum of RGB (Red+Green+Blue) = 217+159+60=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F3C is #2660C3. Grayscale: #A5A5A5. Windows color (decimal): -2515140 or 3973081. OLE color: 3973081.
HSL color Cylindrical-coordinate representation of color #D99F3C: hue angle of 37.83º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D99F3C is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 60 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.15 |
| HSL | 37.83º | 0.67% | 0.54% | - |
| HSV(B) | 37.83º | 0.72% | 0.85% | - |
| XYZ | 41.83 | 39.87 | 9.77 | - |
| YUV | 165.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 60 | 0 | 0.27 | 0.72 | 0.15 | 37.83 | 0.67 | 0.54 |
| Hex | D9 | 9F | 3C | 0 | 1B | 48 | F | 26 | 43 | 36 |
| Octal | 331 | 237 | 74 | 0 | 33 | 110 | 17 | 46 | 103 | 66 |
| Binary | 11011001 | 10011111 | 111100 | 0 | 11011 | 1001000 | 1111 | 100110 | 1000011 | 110110 |
Color Harmonies of #D99F3C
Complementary color
Monochromatic Colors of #D99F3C
Black with #D99F3C
Text Example
Text Example
White with #D99F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F3C; }
p { color: rgb(217,159,60); }
H1.HeaderClassName
{
color: #D99F3C;
}
.AnyTagClassName
{
color: #D99F3C;
}
</style>
background-color css
<style>
a { background-color: #D99F3C; }
a { background-color: rgb(217,159,60); }
div.DivClassName
{
background-color: #D99F3C;
}
.BgClassName
{
background-color: #D99F3C;
}
</style>
border-color css
<style>
span { border-color: #D99F3C; }
span { border-color: rgb(217,159,60); }
td.TdClassName
{
border-color: #D99F3C;
}
.TagClassName
{
border-color: #D99F3C;
}
</style>