Shades of Fire Bush #D5A146
Tints of Fire Bush #D5A146
RGB
CMYK
RGB Variations
Color information
#D5A146 (or 0xD5A146) is known color: Fire Bush. HEX triplet: D5, A1 and 46. RGB value is (213,161,70). Sum of RGB (Red+Green+Blue) = 213+161+70=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A146 is #2A5EB9. Grayscale: #A6A6A6. Windows color (decimal): -2776762 or 4628949. OLE color: 4628949.
HSL color Cylindrical-coordinate representation of color #D5A146: hue angle of 38.18º 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 #D5A146 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 70 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.16 |
| HSL | 38.18º | 0.63% | 0.55% | - |
| HSV(B) | 38.18º | 0.67% | 0.84% | - |
| XYZ | 41.29 | 40.08 | 11.35 | - |
| YUV | 166.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 70 | 0 | 0.24 | 0.67 | 0.16 | 38.18 | 0.63 | 0.55 |
| Hex | D5 | A1 | 46 | 0 | 18 | 43 | 10 | 26 | 3F | 37 |
| Octal | 325 | 241 | 106 | 0 | 30 | 103 | 20 | 46 | 77 | 67 |
| Binary | 11010101 | 10100001 | 1000110 | 0 | 11000 | 1000011 | 10000 | 100110 | 111111 | 110111 |
Color Harmonies of #D5A146
Complementary color
Monochromatic Colors of #D5A146
Black with #D5A146
Text Example
Text Example
White with #D5A146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A146; }
p { color: rgb(213,161,70); }
H1.HeaderClassName
{
color: #D5A146;
}
.AnyTagClassName
{
color: #D5A146;
}
</style>
background-color css
<style>
a { background-color: #D5A146; }
a { background-color: rgb(213,161,70); }
div.DivClassName
{
background-color: #D5A146;
}
.BgClassName
{
background-color: #D5A146;
}
</style>
border-color css
<style>
span { border-color: #D5A146; }
span { border-color: rgb(213,161,70); }
td.TdClassName
{
border-color: #D5A146;
}
.TagClassName
{
border-color: #D5A146;
}
</style>