Shades of Fire Bush #D59F3E
Tints of Fire Bush #D59F3E
RGB
CMYK
RGB Variations
Color information
#D59F3E (or 0xD59F3E) is known color: Fire Bush. HEX triplet: D5, 9F and 3E. RGB value is (213,159,62). Sum of RGB (Red+Green+Blue) = 213+159+62=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F3E is #2A60C1. Grayscale: #A4A4A4. Windows color (decimal): -2777282 or 4104149. OLE color: 4104149.
HSL color Cylindrical-coordinate representation of color #D59F3E: hue angle of 38.54º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D59F3E is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 62 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.16 |
| HSL | 38.54º | 0.64% | 0.54% | - |
| HSV(B) | 38.54º | 0.71% | 0.84% | - |
| XYZ | 40.71 | 39.29 | 10 | - |
| YUV | 164.09 | 70.39 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 62 | 0 | 0.25 | 0.71 | 0.16 | 38.54 | 0.64 | 0.54 |
| Hex | D5 | 9F | 3E | 0 | 19 | 47 | 10 | 27 | 40 | 36 |
| Octal | 325 | 237 | 76 | 0 | 31 | 107 | 20 | 47 | 100 | 66 |
| Binary | 11010101 | 10011111 | 111110 | 0 | 11001 | 1000111 | 10000 | 100111 | 1000000 | 110110 |
Color Harmonies of #D59F3E
Complementary color
Monochromatic Colors of #D59F3E
Black with #D59F3E
Text Example
Text Example
White with #D59F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F3E; }
p { color: rgb(213,159,62); }
H1.HeaderClassName
{
color: #D59F3E;
}
.AnyTagClassName
{
color: #D59F3E;
}
</style>
background-color css
<style>
a { background-color: #D59F3E; }
a { background-color: rgb(213,159,62); }
div.DivClassName
{
background-color: #D59F3E;
}
.BgClassName
{
background-color: #D59F3E;
}
</style>
border-color css
<style>
span { border-color: #D59F3E; }
span { border-color: rgb(213,159,62); }
td.TdClassName
{
border-color: #D59F3E;
}
.TagClassName
{
border-color: #D59F3E;
}
</style>