Shades of Fire Bush #D4A03F
Tints of Fire Bush #D4A03F
RGB
CMYK
RGB Variations
Color information
#D4A03F (or 0xD4A03F) is known color: Fire Bush. HEX triplet: D4, A0 and 3F. RGB value is (212,160,63). Sum of RGB (Red+Green+Blue) = 212+160+63=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A03F is #2B5FC0. Grayscale: #A4A4A4. Windows color (decimal): -2842561 or 4169940. OLE color: 4169940.
HSL color Cylindrical-coordinate representation of color #D4A03F: hue angle of 39.06º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4A03F is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 63 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.17 |
| HSL | 39.06º | 0.63% | 0.54% | - |
| HSV(B) | 39.06º | 0.7% | 0.83% | - |
| XYZ | 40.62 | 39.5 | 10.19 | - |
| YUV | 164.49 | 70.73 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 63 | 0 | 0.25 | 0.70 | 0.17 | 39.06 | 0.63 | 0.54 |
| Hex | D4 | A0 | 3F | 0 | 19 | 46 | 11 | 27 | 3F | 36 |
| Octal | 324 | 240 | 77 | 0 | 31 | 106 | 21 | 47 | 77 | 66 |
| Binary | 11010100 | 10100000 | 111111 | 0 | 11001 | 1000110 | 10001 | 100111 | 111111 | 110110 |
Color Harmonies of #D4A03F
Complementary color
Monochromatic Colors of #D4A03F
Black with #D4A03F
Text Example
Text Example
White with #D4A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A03F; }
p { color: rgb(212,160,63); }
H1.HeaderClassName
{
color: #D4A03F;
}
.AnyTagClassName
{
color: #D4A03F;
}
</style>
background-color css
<style>
a { background-color: #D4A03F; }
a { background-color: rgb(212,160,63); }
div.DivClassName
{
background-color: #D4A03F;
}
.BgClassName
{
background-color: #D4A03F;
}
</style>
border-color css
<style>
span { border-color: #D4A03F; }
span { border-color: rgb(212,160,63); }
td.TdClassName
{
border-color: #D4A03F;
}
.TagClassName
{
border-color: #D4A03F;
}
</style>