Shades of Fire Bush #D59745
Tints of Fire Bush #D59745
RGB
CMYK
RGB Variations
Color information
#D59745 (or 0xD59745) is known color: Fire Bush. HEX triplet: D5, 97 and 45. RGB value is (213,151,69). Sum of RGB (Red+Green+Blue) = 213+151+69=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D59745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59745 is #2A68BA. Grayscale: #A0A0A0. Windows color (decimal): -2779323 or 4560853. OLE color: 4560853.
HSL color Cylindrical-coordinate representation of color #D59745: hue angle of 34.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D59745 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 69 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.16 |
| HSL | 34.17º | 0.63% | 0.55% | - |
| HSV(B) | 34.17º | 0.68% | 0.84% | - |
| XYZ | 39.58 | 36.71 | 10.63 | - |
| YUV | 160.19 | 76.54 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 69 | 0 | 0.29 | 0.68 | 0.16 | 34.17 | 0.63 | 0.55 |
| Hex | D5 | 97 | 45 | 0 | 1D | 44 | 10 | 22 | 3F | 37 |
| Octal | 325 | 227 | 105 | 0 | 35 | 104 | 20 | 42 | 77 | 67 |
| Binary | 11010101 | 10010111 | 1000101 | 0 | 11101 | 1000100 | 10000 | 100010 | 111111 | 110111 |
Color Harmonies of #D59745
Complementary color
Monochromatic Colors of #D59745
Black with #D59745
Text Example
Text Example
White with #D59745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59745; }
p { color: rgb(213,151,69); }
H1.HeaderClassName
{
color: #D59745;
}
.AnyTagClassName
{
color: #D59745;
}
</style>
background-color css
<style>
a { background-color: #D59745; }
a { background-color: rgb(213,151,69); }
div.DivClassName
{
background-color: #D59745;
}
.BgClassName
{
background-color: #D59745;
}
</style>
border-color css
<style>
span { border-color: #D59745; }
span { border-color: rgb(213,151,69); }
td.TdClassName
{
border-color: #D59745;
}
.TagClassName
{
border-color: #D59745;
}
</style>