Shades of Fire Bush #D99F39
Tints of Fire Bush #D99F39
RGB
CMYK
RGB Variations
Color information
#D99F39 (or 0xD99F39) is known color: Fire Bush. HEX triplet: D9, 9F and 39. RGB value is (217,159,57). Sum of RGB (Red+Green+Blue) = 217+159+57=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F39 is #2660C6. Grayscale: #A5A5A5. Windows color (decimal): -2515143 or 3776473. OLE color: 3776473.
HSL color Cylindrical-coordinate representation of color #D99F39: hue angle of 38.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D99F39 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 57 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.15 |
| HSL | 38.25º | 0.68% | 0.54% | - |
| HSV(B) | 38.25º | 0.74% | 0.85% | - |
| XYZ | 41.75 | 39.84 | 9.36 | - |
| YUV | 164.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 57 | 0 | 0.27 | 0.74 | 0.15 | 38.25 | 0.68 | 0.54 |
| Hex | D9 | 9F | 39 | 0 | 1B | 4A | F | 26 | 44 | 36 |
| Octal | 331 | 237 | 71 | 0 | 33 | 112 | 17 | 46 | 104 | 66 |
| Binary | 11011001 | 10011111 | 111001 | 0 | 11011 | 1001010 | 1111 | 100110 | 1000100 | 110110 |
Color Harmonies of #D99F39
Complementary color
Monochromatic Colors of #D99F39
Black with #D99F39
Text Example
Text Example
White with #D99F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F39; }
p { color: rgb(217,159,57); }
H1.HeaderClassName
{
color: #D99F39;
}
.AnyTagClassName
{
color: #D99F39;
}
</style>
background-color css
<style>
a { background-color: #D99F39; }
a { background-color: rgb(217,159,57); }
div.DivClassName
{
background-color: #D99F39;
}
.BgClassName
{
background-color: #D99F39;
}
</style>
border-color css
<style>
span { border-color: #D99F39; }
span { border-color: rgb(217,159,57); }
td.TdClassName
{
border-color: #D99F39;
}
.TagClassName
{
border-color: #D99F39;
}
</style>