Shades of Fire Bush #D59141
Tints of Fire Bush #D59141
RGB
CMYK
RGB Variations
Color information
#D59141 (or 0xD59141) is known color: Fire Bush. HEX triplet: D5, 91 and 41. RGB value is (213,145,65). Sum of RGB (Red+Green+Blue) = 213+145+65=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D59141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59141 is #2A6EBE. Grayscale: #9C9C9C. Windows color (decimal): -2780863 or 4297173. OLE color: 4297173.
HSL color Cylindrical-coordinate representation of color #D59141: hue angle of 32.43º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D59141 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 65 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.16 |
| HSL | 32.43º | 0.64% | 0.55% | - |
| HSV(B) | 32.43º | 0.69% | 0.84% | - |
| XYZ | 38.52 | 34.78 | 9.68 | - |
| YUV | 156.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 65 | 0 | 0.32 | 0.69 | 0.16 | 32.43 | 0.64 | 0.55 |
| Hex | D5 | 91 | 41 | 0 | 20 | 45 | 10 | 20 | 40 | 37 |
| Octal | 325 | 221 | 101 | 0 | 40 | 105 | 20 | 40 | 100 | 67 |
| Binary | 11010101 | 10010001 | 1000001 | 0 | 100000 | 1000101 | 10000 | 100000 | 1000000 | 110111 |
Color Harmonies of #D59141
Complementary color
Monochromatic Colors of #D59141
Black with #D59141
Text Example
Text Example
White with #D59141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59141; }
p { color: rgb(213,145,65); }
H1.HeaderClassName
{
color: #D59141;
}
.AnyTagClassName
{
color: #D59141;
}
</style>
background-color css
<style>
a { background-color: #D59141; }
a { background-color: rgb(213,145,65); }
div.DivClassName
{
background-color: #D59141;
}
.BgClassName
{
background-color: #D59141;
}
</style>
border-color css
<style>
span { border-color: #D59141; }
span { border-color: rgb(213,145,65); }
td.TdClassName
{
border-color: #D59141;
}
.TagClassName
{
border-color: #D59141;
}
</style>