Shades of Fire Bush #D4A346
Tints of Fire Bush #D4A346
RGB
CMYK
RGB Variations
Color information
#D4A346 (or 0xD4A346) is known color: Fire Bush. HEX triplet: D4, A3 and 46. RGB value is (212,163,70). Sum of RGB (Red+Green+Blue) = 212+163+70=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A346 is #2B5CB9. Grayscale: #A7A7A7. Windows color (decimal): -2841786 or 4629460. OLE color: 4629460.
HSL color Cylindrical-coordinate representation of color #D4A346: hue angle of 39.3º 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 #D4A346 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 70 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.17 |
| HSL | 39.3º | 0.62% | 0.55% | - |
| HSV(B) | 39.3º | 0.67% | 0.83% | - |
| XYZ | 41.35 | 40.63 | 11.46 | - |
| YUV | 167.05 | 73.23 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 70 | 0 | 0.23 | 0.67 | 0.17 | 39.3 | 0.62 | 0.55 |
| Hex | D4 | A3 | 46 | 0 | 17 | 43 | 11 | 27 | 3E | 37 |
| Octal | 324 | 243 | 106 | 0 | 27 | 103 | 21 | 47 | 76 | 67 |
| Binary | 11010100 | 10100011 | 1000110 | 0 | 10111 | 1000011 | 10001 | 100111 | 111110 | 110111 |
Color Harmonies of #D4A346
Complementary color
Monochromatic Colors of #D4A346
Black with #D4A346
Text Example
Text Example
White with #D4A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A346; }
p { color: rgb(212,163,70); }
H1.HeaderClassName
{
color: #D4A346;
}
.AnyTagClassName
{
color: #D4A346;
}
</style>
background-color css
<style>
a { background-color: #D4A346; }
a { background-color: rgb(212,163,70); }
div.DivClassName
{
background-color: #D4A346;
}
.BgClassName
{
background-color: #D4A346;
}
</style>
border-color css
<style>
span { border-color: #D4A346; }
span { border-color: rgb(212,163,70); }
td.TdClassName
{
border-color: #D4A346;
}
.TagClassName
{
border-color: #D4A346;
}
</style>