Shades of Fire Bush #D99141
Tints of Fire Bush #D99141
RGB
CMYK
RGB Variations
Color information
#D99141 (or 0xD99141) is known color: Fire Bush. HEX triplet: D9, 91 and 41. RGB value is (217,145,65). Sum of RGB (Red+Green+Blue) = 217+145+65=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D99141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99141 is #266EBE. Grayscale: #9D9D9D. Windows color (decimal): -2518719 or 4297177. OLE color: 4297177.
HSL color Cylindrical-coordinate representation of color #D99141: hue angle of 31.58º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D99141 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 65 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.15 |
| HSL | 31.58º | 0.67% | 0.55% | - |
| HSV(B) | 31.58º | 0.7% | 0.85% | - |
| XYZ | 39.69 | 35.38 | 9.74 | - |
| YUV | 157.41 | 75.85 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 65 | 0 | 0.33 | 0.70 | 0.15 | 31.58 | 0.67 | 0.55 |
| Hex | D9 | 91 | 41 | 0 | 21 | 46 | F | 20 | 43 | 37 |
| Octal | 331 | 221 | 101 | 0 | 41 | 106 | 17 | 40 | 103 | 67 |
| Binary | 11011001 | 10010001 | 1000001 | 0 | 100001 | 1000110 | 1111 | 100000 | 1000011 | 110111 |
Color Harmonies of #D99141
Complementary color
Monochromatic Colors of #D99141
Black with #D99141
Text Example
Text Example
White with #D99141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99141; }
p { color: rgb(217,145,65); }
H1.HeaderClassName
{
color: #D99141;
}
.AnyTagClassName
{
color: #D99141;
}
</style>
background-color css
<style>
a { background-color: #D99141; }
a { background-color: rgb(217,145,65); }
div.DivClassName
{
background-color: #D99141;
}
.BgClassName
{
background-color: #D99141;
}
</style>
border-color css
<style>
span { border-color: #D99141; }
span { border-color: rgb(217,145,65); }
td.TdClassName
{
border-color: #D99141;
}
.TagClassName
{
border-color: #D99141;
}
</style>