Shades of Fire Bush #D99441
Tints of Fire Bush #D99441
RGB
CMYK
RGB Variations
Color information
#D99441 (or 0xD99441) is known color: Fire Bush. HEX triplet: D9, 94 and 41. RGB value is (217,148,65). Sum of RGB (Red+Green+Blue) = 217+148+65=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D99441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99441 is #266BBE. Grayscale: #9F9F9F. Windows color (decimal): -2517951 or 4297945. OLE color: 4297945.
HSL color Cylindrical-coordinate representation of color #D99441: hue angle of 32.76º 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 #D99441 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 65 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.15 |
| HSL | 32.76º | 0.67% | 0.55% | - |
| HSV(B) | 32.76º | 0.7% | 0.85% | - |
| XYZ | 40.16 | 36.31 | 9.89 | - |
| YUV | 159.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 65 | 0 | 0.32 | 0.70 | 0.15 | 32.76 | 0.67 | 0.55 |
| Hex | D9 | 94 | 41 | 0 | 20 | 46 | F | 21 | 43 | 37 |
| Octal | 331 | 224 | 101 | 0 | 40 | 106 | 17 | 41 | 103 | 67 |
| Binary | 11011001 | 10010100 | 1000001 | 0 | 100000 | 1000110 | 1111 | 100001 | 1000011 | 110111 |
Color Harmonies of #D99441
Complementary color
Monochromatic Colors of #D99441
Black with #D99441
Text Example
Text Example
White with #D99441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99441; }
p { color: rgb(217,148,65); }
H1.HeaderClassName
{
color: #D99441;
}
.AnyTagClassName
{
color: #D99441;
}
</style>
background-color css
<style>
a { background-color: #D99441; }
a { background-color: rgb(217,148,65); }
div.DivClassName
{
background-color: #D99441;
}
.BgClassName
{
background-color: #D99441;
}
</style>
border-color css
<style>
span { border-color: #D99441; }
span { border-color: rgb(217,148,65); }
td.TdClassName
{
border-color: #D99441;
}
.TagClassName
{
border-color: #D99441;
}
</style>