Shades of Fire Bush #D99048
Tints of Fire Bush #D99048
RGB
CMYK
RGB Variations
Color information
#D99048 (or 0xD99048) is known color: Fire Bush. HEX triplet: D9, 90 and 48. RGB value is (217,144,72). Sum of RGB (Red+Green+Blue) = 217+144+72=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D99048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99048 is #266FB7. Grayscale: #9D9D9D. Windows color (decimal): -2518968 or 4755673. OLE color: 4755673.
HSL color Cylindrical-coordinate representation of color #D99048: hue angle of 29.79º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D99048 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 72 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.15 |
| HSL | 29.79º | 0.66% | 0.57% | - |
| HSV(B) | 29.79º | 0.67% | 0.85% | - |
| XYZ | 39.76 | 35.17 | 10.82 | - |
| YUV | 157.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 72 | 0 | 0.34 | 0.67 | 0.15 | 29.79 | 0.66 | 0.57 |
| Hex | D9 | 90 | 48 | 0 | 22 | 43 | F | 1E | 42 | 39 |
| Octal | 331 | 220 | 110 | 0 | 42 | 103 | 17 | 36 | 102 | 71 |
| Binary | 11011001 | 10010000 | 1001000 | 0 | 100010 | 1000011 | 1111 | 11110 | 1000010 | 111001 |
Color Harmonies of #D99048
Complementary color
Monochromatic Colors of #D99048
Black with #D99048
Text Example
Text Example
White with #D99048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99048; }
p { color: rgb(217,144,72); }
H1.HeaderClassName
{
color: #D99048;
}
.AnyTagClassName
{
color: #D99048;
}
</style>
background-color css
<style>
a { background-color: #D99048; }
a { background-color: rgb(217,144,72); }
div.DivClassName
{
background-color: #D99048;
}
.BgClassName
{
background-color: #D99048;
}
</style>
border-color css
<style>
span { border-color: #D99048; }
span { border-color: rgb(217,144,72); }
td.TdClassName
{
border-color: #D99048;
}
.TagClassName
{
border-color: #D99048;
}
</style>