Shades of Fire Bush #D6A03F
Tints of Fire Bush #D6A03F
RGB
CMYK
RGB Variations
Color information
#D6A03F (or 0xD6A03F) is known color: Fire Bush. HEX triplet: D6, A0 and 3F. RGB value is (214,160,63). Sum of RGB (Red+Green+Blue) = 214+160+63=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A03F is #295FC0. Grayscale: #A5A5A5. Windows color (decimal): -2711489 or 4169942. OLE color: 4169942.
HSL color Cylindrical-coordinate representation of color #D6A03F: hue angle of 38.54º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6A03F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 63 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.16 |
| HSL | 38.54º | 0.65% | 0.54% | - |
| HSV(B) | 38.54º | 0.71% | 0.84% | - |
| XYZ | 41.2 | 39.8 | 10.21 | - |
| YUV | 165.09 | 70.39 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 63 | 0 | 0.25 | 0.71 | 0.16 | 38.54 | 0.65 | 0.54 |
| Hex | D6 | A0 | 3F | 0 | 19 | 47 | 10 | 27 | 41 | 36 |
| Octal | 326 | 240 | 77 | 0 | 31 | 107 | 20 | 47 | 101 | 66 |
| Binary | 11010110 | 10100000 | 111111 | 0 | 11001 | 1000111 | 10000 | 100111 | 1000001 | 110110 |
Color Harmonies of #D6A03F
Complementary color
Monochromatic Colors of #D6A03F
Black with #D6A03F
Text Example
Text Example
White with #D6A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A03F; }
p { color: rgb(214,160,63); }
H1.HeaderClassName
{
color: #D6A03F;
}
.AnyTagClassName
{
color: #D6A03F;
}
</style>
background-color css
<style>
a { background-color: #D6A03F; }
a { background-color: rgb(214,160,63); }
div.DivClassName
{
background-color: #D6A03F;
}
.BgClassName
{
background-color: #D6A03F;
}
</style>
border-color css
<style>
span { border-color: #D6A03F; }
span { border-color: rgb(214,160,63); }
td.TdClassName
{
border-color: #D6A03F;
}
.TagClassName
{
border-color: #D6A03F;
}
</style>