Shades of Fire Bush #D99148
Tints of Fire Bush #D99148
RGB
CMYK
RGB Variations
Color information
#D99148 (or 0xD99148) is known color: Fire Bush. HEX triplet: D9, 91 and 48. RGB value is (217,145,72). Sum of RGB (Red+Green+Blue) = 217+145+72=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D99148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99148 is #266EB7. Grayscale: #9E9E9E. Windows color (decimal): -2518712 or 4755929. OLE color: 4755929.
HSL color Cylindrical-coordinate representation of color #D99148: hue angle of 30.21º 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 #D99148 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 72 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.15 |
| HSL | 30.21º | 0.66% | 0.57% | - |
| HSV(B) | 30.21º | 0.67% | 0.85% | - |
| XYZ | 39.91 | 35.47 | 10.87 | - |
| YUV | 158.21 | 79.35 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 72 | 0 | 0.33 | 0.67 | 0.15 | 30.21 | 0.66 | 0.57 |
| Hex | D9 | 91 | 48 | 0 | 21 | 43 | F | 1E | 42 | 39 |
| Octal | 331 | 221 | 110 | 0 | 41 | 103 | 17 | 36 | 102 | 71 |
| Binary | 11011001 | 10010001 | 1001000 | 0 | 100001 | 1000011 | 1111 | 11110 | 1000010 | 111001 |
Color Harmonies of #D99148
Complementary color
Monochromatic Colors of #D99148
Black with #D99148
Text Example
Text Example
White with #D99148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99148; }
p { color: rgb(217,145,72); }
H1.HeaderClassName
{
color: #D99148;
}
.AnyTagClassName
{
color: #D99148;
}
</style>
background-color css
<style>
a { background-color: #D99148; }
a { background-color: rgb(217,145,72); }
div.DivClassName
{
background-color: #D99148;
}
.BgClassName
{
background-color: #D99148;
}
</style>
border-color css
<style>
span { border-color: #D99148; }
span { border-color: rgb(217,145,72); }
td.TdClassName
{
border-color: #D99148;
}
.TagClassName
{
border-color: #D99148;
}
</style>