Shades of Fire Bush #D5A044
Tints of Fire Bush #D5A044
RGB
CMYK
RGB Variations
Color information
#D5A044 (or 0xD5A044) is known color: Fire Bush. HEX triplet: D5, A0 and 44. RGB value is (213,160,68). Sum of RGB (Red+Green+Blue) = 213+160+68=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A044 is #2A5FBB. Grayscale: #A5A5A5. Windows color (decimal): -2777020 or 4497621. OLE color: 4497621.
HSL color Cylindrical-coordinate representation of color #D5A044: hue angle of 38.07º 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 #D5A044 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 160 | 68 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.16 |
| HSL | 38.07º | 0.63% | 0.55% | - |
| HSV(B) | 38.07º | 0.68% | 0.84% | - |
| XYZ | 41.05 | 39.71 | 10.97 | - |
| YUV | 165.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 68 | 0 | 0.25 | 0.68 | 0.16 | 38.07 | 0.63 | 0.55 |
| Hex | D5 | A0 | 44 | 0 | 19 | 44 | 10 | 26 | 3F | 37 |
| Octal | 325 | 240 | 104 | 0 | 31 | 104 | 20 | 46 | 77 | 67 |
| Binary | 11010101 | 10100000 | 1000100 | 0 | 11001 | 1000100 | 10000 | 100110 | 111111 | 110111 |
Color Harmonies of #D5A044
Complementary color
Monochromatic Colors of #D5A044
Black with #D5A044
Text Example
Text Example
White with #D5A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A044; }
p { color: rgb(213,160,68); }
H1.HeaderClassName
{
color: #D5A044;
}
.AnyTagClassName
{
color: #D5A044;
}
</style>
background-color css
<style>
a { background-color: #D5A044; }
a { background-color: rgb(213,160,68); }
div.DivClassName
{
background-color: #D5A044;
}
.BgClassName
{
background-color: #D5A044;
}
</style>
border-color css
<style>
span { border-color: #D5A044; }
span { border-color: rgb(213,160,68); }
td.TdClassName
{
border-color: #D5A044;
}
.TagClassName
{
border-color: #D5A044;
}
</style>