Shades of Fire Bush #D59946
Tints of Fire Bush #D59946
RGB
CMYK
RGB Variations
Color information
#D59946 (or 0xD59946) is known color: Fire Bush. HEX triplet: D5, 99 and 46. RGB value is (213,153,70). Sum of RGB (Red+Green+Blue) = 213+153+70=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D59946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59946 is #2A66B9. Grayscale: #A1A1A1. Windows color (decimal): -2778810 or 4626901. OLE color: 4626901.
HSL color Cylindrical-coordinate representation of color #D59946: hue angle of 34.83º 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 #D59946 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 70 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.16 |
| HSL | 34.83º | 0.63% | 0.55% | - |
| HSV(B) | 34.83º | 0.67% | 0.84% | - |
| XYZ | 39.94 | 37.37 | 10.9 | - |
| YUV | 161.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 70 | 0 | 0.28 | 0.67 | 0.16 | 34.83 | 0.63 | 0.55 |
| Hex | D5 | 99 | 46 | 0 | 1C | 43 | 10 | 23 | 3F | 37 |
| Octal | 325 | 231 | 106 | 0 | 34 | 103 | 20 | 43 | 77 | 67 |
| Binary | 11010101 | 10011001 | 1000110 | 0 | 11100 | 1000011 | 10000 | 100011 | 111111 | 110111 |
Color Harmonies of #D59946
Complementary color
Monochromatic Colors of #D59946
Black with #D59946
Text Example
Text Example
White with #D59946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59946; }
p { color: rgb(213,153,70); }
H1.HeaderClassName
{
color: #D59946;
}
.AnyTagClassName
{
color: #D59946;
}
</style>
background-color css
<style>
a { background-color: #D59946; }
a { background-color: rgb(213,153,70); }
div.DivClassName
{
background-color: #D59946;
}
.BgClassName
{
background-color: #D59946;
}
</style>
border-color css
<style>
span { border-color: #D59946; }
span { border-color: rgb(213,153,70); }
td.TdClassName
{
border-color: #D59946;
}
.TagClassName
{
border-color: #D59946;
}
</style>