Shades of Fire Bush #D59D46
Tints of Fire Bush #D59D46
RGB
CMYK
RGB Variations
Color information
#D59D46 (or 0xD59D46) is known color: Fire Bush. HEX triplet: D5, 9D and 46. RGB value is (213,157,70). Sum of RGB (Red+Green+Blue) = 213+157+70=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D46 is #2A62B9. Grayscale: #A4A4A4. Windows color (decimal): -2777786 or 4627925. OLE color: 4627925.
HSL color Cylindrical-coordinate representation of color #D59D46: hue angle of 36.5º 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 #D59D46 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 70 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.16 |
| HSL | 36.5º | 0.63% | 0.55% | - |
| HSV(B) | 36.5º | 0.67% | 0.84% | - |
| XYZ | 40.6 | 38.7 | 11.12 | - |
| YUV | 163.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 70 | 0 | 0.26 | 0.67 | 0.16 | 36.5 | 0.63 | 0.55 |
| Hex | D5 | 9D | 46 | 0 | 1A | 43 | 10 | 25 | 3F | 37 |
| Octal | 325 | 235 | 106 | 0 | 32 | 103 | 20 | 45 | 77 | 67 |
| Binary | 11010101 | 10011101 | 1000110 | 0 | 11010 | 1000011 | 10000 | 100101 | 111111 | 110111 |
Color Harmonies of #D59D46
Complementary color
Monochromatic Colors of #D59D46
Black with #D59D46
Text Example
Text Example
White with #D59D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D46; }
p { color: rgb(213,157,70); }
H1.HeaderClassName
{
color: #D59D46;
}
.AnyTagClassName
{
color: #D59D46;
}
</style>
background-color css
<style>
a { background-color: #D59D46; }
a { background-color: rgb(213,157,70); }
div.DivClassName
{
background-color: #D59D46;
}
.BgClassName
{
background-color: #D59D46;
}
</style>
border-color css
<style>
span { border-color: #D59D46; }
span { border-color: rgb(213,157,70); }
td.TdClassName
{
border-color: #D59D46;
}
.TagClassName
{
border-color: #D59D46;
}
</style>