Shades of Fire Bush #D59540
Tints of Fire Bush #D59540
RGB
CMYK
RGB Variations
Color information
#D59540 (or 0xD59540) is known color: Fire Bush. HEX triplet: D5, 95 and 40. RGB value is (213,149,64). Sum of RGB (Red+Green+Blue) = 213+149+64=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D59540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59540 is #2A6ABF. Grayscale: #9E9E9E. Windows color (decimal): -2779840 or 4232661. OLE color: 4232661.
HSL color Cylindrical-coordinate representation of color #D59540: hue angle of 34.23º 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 #D59540 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 64 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.16 |
| HSL | 34.23º | 0.64% | 0.54% | - |
| HSV(B) | 34.23º | 0.7% | 0.84% | - |
| XYZ | 39.11 | 36.01 | 9.74 | - |
| YUV | 158.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 64 | 0 | 0.30 | 0.70 | 0.16 | 34.23 | 0.64 | 0.54 |
| Hex | D5 | 95 | 40 | 0 | 1E | 46 | 10 | 22 | 40 | 36 |
| Octal | 325 | 225 | 100 | 0 | 36 | 106 | 20 | 42 | 100 | 66 |
| Binary | 11010101 | 10010101 | 1000000 | 0 | 11110 | 1000110 | 10000 | 100010 | 1000000 | 110110 |
Color Harmonies of #D59540
Complementary color
Monochromatic Colors of #D59540
Black with #D59540
Text Example
Text Example
White with #D59540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59540; }
p { color: rgb(213,149,64); }
H1.HeaderClassName
{
color: #D59540;
}
.AnyTagClassName
{
color: #D59540;
}
</style>
background-color css
<style>
a { background-color: #D59540; }
a { background-color: rgb(213,149,64); }
div.DivClassName
{
background-color: #D59540;
}
.BgClassName
{
background-color: #D59540;
}
</style>
border-color css
<style>
span { border-color: #D59540; }
span { border-color: rgb(213,149,64); }
td.TdClassName
{
border-color: #D59540;
}
.TagClassName
{
border-color: #D59540;
}
</style>