Shades of Fire Bush #D59F46
Tints of Fire Bush #D59F46
RGB
CMYK
RGB Variations
Color information
#D59F46 (or 0xD59F46) is known color: Fire Bush. HEX triplet: D5, 9F and 46. RGB value is (213,159,70). Sum of RGB (Red+Green+Blue) = 213+159+70=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F46 is #2A60B9. Grayscale: #A5A5A5. Windows color (decimal): -2777274 or 4628437. OLE color: 4628437.
HSL color Cylindrical-coordinate representation of color #D59F46: hue angle of 37.34º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D59F46 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 70 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.16 |
| HSL | 37.34º | 0.63% | 0.55% | - |
| HSV(B) | 37.34º | 0.67% | 0.84% | - |
| XYZ | 40.94 | 39.38 | 11.24 | - |
| YUV | 165 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 70 | 0 | 0.25 | 0.67 | 0.16 | 37.34 | 0.63 | 0.55 |
| Hex | D5 | 9F | 46 | 0 | 19 | 43 | 10 | 25 | 3F | 37 |
| Octal | 325 | 237 | 106 | 0 | 31 | 103 | 20 | 45 | 77 | 67 |
| Binary | 11010101 | 10011111 | 1000110 | 0 | 11001 | 1000011 | 10000 | 100101 | 111111 | 110111 |
Color Harmonies of #D59F46
Complementary color
Monochromatic Colors of #D59F46
Black with #D59F46
Text Example
Text Example
White with #D59F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F46; }
p { color: rgb(213,159,70); }
H1.HeaderClassName
{
color: #D59F46;
}
.AnyTagClassName
{
color: #D59F46;
}
</style>
background-color css
<style>
a { background-color: #D59F46; }
a { background-color: rgb(213,159,70); }
div.DivClassName
{
background-color: #D59F46;
}
.BgClassName
{
background-color: #D59F46;
}
</style>
border-color css
<style>
span { border-color: #D59F46; }
span { border-color: rgb(213,159,70); }
td.TdClassName
{
border-color: #D59F46;
}
.TagClassName
{
border-color: #D59F46;
}
</style>