Shades of Fire Bush #D59044
Tints of Fire Bush #D59044
RGB
CMYK
RGB Variations
Color information
#D59044 (or 0xD59044) is known color: Fire Bush. HEX triplet: D5, 90 and 44. RGB value is (213,144,68). Sum of RGB (Red+Green+Blue) = 213+144+68=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D59044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59044 is #2A6FBB. Grayscale: #9C9C9C. Windows color (decimal): -2781116 or 4493525. OLE color: 4493525.
HSL color Cylindrical-coordinate representation of color #D59044: hue angle of 31.45º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D59044 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 68 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.16 |
| HSL | 31.45º | 0.63% | 0.55% | - |
| HSV(B) | 31.45º | 0.68% | 0.84% | - |
| XYZ | 38.46 | 34.51 | 10.1 | - |
| YUV | 155.97 | 78.36 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 68 | 0 | 0.32 | 0.68 | 0.16 | 31.45 | 0.63 | 0.55 |
| Hex | D5 | 90 | 44 | 0 | 20 | 44 | 10 | 1F | 3F | 37 |
| Octal | 325 | 220 | 104 | 0 | 40 | 104 | 20 | 37 | 77 | 67 |
| Binary | 11010101 | 10010000 | 1000100 | 0 | 100000 | 1000100 | 10000 | 11111 | 111111 | 110111 |
Color Harmonies of #D59044
Complementary color
Monochromatic Colors of #D59044
Black with #D59044
Text Example
Text Example
White with #D59044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59044; }
p { color: rgb(213,144,68); }
H1.HeaderClassName
{
color: #D59044;
}
.AnyTagClassName
{
color: #D59044;
}
</style>
background-color css
<style>
a { background-color: #D59044; }
a { background-color: rgb(213,144,68); }
div.DivClassName
{
background-color: #D59044;
}
.BgClassName
{
background-color: #D59044;
}
</style>
border-color css
<style>
span { border-color: #D59044; }
span { border-color: rgb(213,144,68); }
td.TdClassName
{
border-color: #D59044;
}
.TagClassName
{
border-color: #D59044;
}
</style>