Shades of Fire Bush #D59140
Tints of Fire Bush #D59140
RGB
CMYK
RGB Variations
Color information
#D59140 (or 0xD59140) is known color: Fire Bush. HEX triplet: D5, 91 and 40. RGB value is (213,145,64). Sum of RGB (Red+Green+Blue) = 213+145+64=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D59140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59140 is #2A6EBF. Grayscale: #9C9C9C. Windows color (decimal): -2780864 or 4231637. OLE color: 4231637.
HSL color Cylindrical-coordinate representation of color #D59140: hue angle of 32.62º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D59140 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 64 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.16 |
| HSL | 32.62º | 0.64% | 0.54% | - |
| HSV(B) | 32.62º | 0.7% | 0.84% | - |
| XYZ | 38.49 | 34.77 | 9.53 | - |
| YUV | 156.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 64 | 0 | 0.32 | 0.70 | 0.16 | 32.62 | 0.64 | 0.54 |
| Hex | D5 | 91 | 40 | 0 | 20 | 46 | 10 | 21 | 40 | 36 |
| Octal | 325 | 221 | 100 | 0 | 40 | 106 | 20 | 41 | 100 | 66 |
| Binary | 11010101 | 10010001 | 1000000 | 0 | 100000 | 1000110 | 10000 | 100001 | 1000000 | 110110 |
Color Harmonies of #D59140
Complementary color
Monochromatic Colors of #D59140
Black with #D59140
Text Example
Text Example
White with #D59140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59140; }
p { color: rgb(213,145,64); }
H1.HeaderClassName
{
color: #D59140;
}
.AnyTagClassName
{
color: #D59140;
}
</style>
background-color css
<style>
a { background-color: #D59140; }
a { background-color: rgb(213,145,64); }
div.DivClassName
{
background-color: #D59140;
}
.BgClassName
{
background-color: #D59140;
}
</style>
border-color css
<style>
span { border-color: #D59140; }
span { border-color: rgb(213,145,64); }
td.TdClassName
{
border-color: #D59140;
}
.TagClassName
{
border-color: #D59140;
}
</style>