Shades of Fire Bush #D5A145
Tints of Fire Bush #D5A145
RGB
CMYK
RGB Variations
Color information
#D5A145 (or 0xD5A145) is known color: Fire Bush. HEX triplet: D5, A1 and 45. RGB value is (213,161,69). Sum of RGB (Red+Green+Blue) = 213+161+69=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A145 is #2A5EBA. Grayscale: #A6A6A6. Windows color (decimal): -2776763 or 4563413. OLE color: 4563413.
HSL color Cylindrical-coordinate representation of color #D5A145: hue angle of 38.33º 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 #D5A145 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 69 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.16 |
| HSL | 38.33º | 0.63% | 0.55% | - |
| HSV(B) | 38.33º | 0.68% | 0.84% | - |
| XYZ | 41.26 | 40.07 | 11.19 | - |
| YUV | 166.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 69 | 0 | 0.24 | 0.68 | 0.16 | 38.33 | 0.63 | 0.55 |
| Hex | D5 | A1 | 45 | 0 | 18 | 44 | 10 | 26 | 3F | 37 |
| Octal | 325 | 241 | 105 | 0 | 30 | 104 | 20 | 46 | 77 | 67 |
| Binary | 11010101 | 10100001 | 1000101 | 0 | 11000 | 1000100 | 10000 | 100110 | 111111 | 110111 |
Color Harmonies of #D5A145
Complementary color
Monochromatic Colors of #D5A145
Black with #D5A145
Text Example
Text Example
White with #D5A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A145; }
p { color: rgb(213,161,69); }
H1.HeaderClassName
{
color: #D5A145;
}
.AnyTagClassName
{
color: #D5A145;
}
</style>
background-color css
<style>
a { background-color: #D5A145; }
a { background-color: rgb(213,161,69); }
div.DivClassName
{
background-color: #D5A145;
}
.BgClassName
{
background-color: #D5A145;
}
</style>
border-color css
<style>
span { border-color: #D5A145; }
span { border-color: rgb(213,161,69); }
td.TdClassName
{
border-color: #D5A145;
}
.TagClassName
{
border-color: #D5A145;
}
</style>