Shades of Fire Bush #D4A146
Tints of Fire Bush #D4A146
RGB
CMYK
RGB Variations
Color information
#D4A146 (or 0xD4A146) is known color: Fire Bush. HEX triplet: D4, A1 and 46. RGB value is (212,161,70). Sum of RGB (Red+Green+Blue) = 212+161+70=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A146 is #2B5EB9. Grayscale: #A6A6A6. Windows color (decimal): -2842298 or 4628948. OLE color: 4628948.
HSL color Cylindrical-coordinate representation of color #D4A146: hue angle of 38.45º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4A146 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 70 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.17 |
| HSL | 38.45º | 0.62% | 0.55% | - |
| HSV(B) | 38.45º | 0.67% | 0.83% | - |
| XYZ | 41 | 39.93 | 11.34 | - |
| YUV | 165.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 70 | 0 | 0.24 | 0.67 | 0.17 | 38.45 | 0.62 | 0.55 |
| Hex | D4 | A1 | 46 | 0 | 18 | 43 | 11 | 26 | 3E | 37 |
| Octal | 324 | 241 | 106 | 0 | 30 | 103 | 21 | 46 | 76 | 67 |
| Binary | 11010100 | 10100001 | 1000110 | 0 | 11000 | 1000011 | 10001 | 100110 | 111110 | 110111 |
Color Harmonies of #D4A146
Complementary color
Monochromatic Colors of #D4A146
Black with #D4A146
Text Example
Text Example
White with #D4A146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A146; }
p { color: rgb(212,161,70); }
H1.HeaderClassName
{
color: #D4A146;
}
.AnyTagClassName
{
color: #D4A146;
}
</style>
background-color css
<style>
a { background-color: #D4A146; }
a { background-color: rgb(212,161,70); }
div.DivClassName
{
background-color: #D4A146;
}
.BgClassName
{
background-color: #D4A146;
}
</style>
border-color css
<style>
span { border-color: #D4A146; }
span { border-color: rgb(212,161,70); }
td.TdClassName
{
border-color: #D4A146;
}
.TagClassName
{
border-color: #D4A146;
}
</style>