Shades of Fire Bush #D8A046
Tints of Fire Bush #D8A046
RGB
CMYK
RGB Variations
Color information
#D8A046 (or 0xD8A046) is known color: Fire Bush. HEX triplet: D8, A0 and 46. RGB value is (216,160,70). Sum of RGB (Red+Green+Blue) = 216+160+70=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A046 is #275FB9. Grayscale: #A6A6A6. Windows color (decimal): -2580410 or 4628696. OLE color: 4628696.
HSL color Cylindrical-coordinate representation of color #D8A046: hue angle of 36.99º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8A046 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 70 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.15 |
| HSL | 36.99º | 0.65% | 0.56% | - |
| HSV(B) | 36.99º | 0.68% | 0.85% | - |
| XYZ | 42 | 40.18 | 11.34 | - |
| YUV | 166.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 70 | 0 | 0.26 | 0.68 | 0.15 | 36.99 | 0.65 | 0.56 |
| Hex | D8 | A0 | 46 | 0 | 1A | 44 | F | 25 | 41 | 38 |
| Octal | 330 | 240 | 106 | 0 | 32 | 104 | 17 | 45 | 101 | 70 |
| Binary | 11011000 | 10100000 | 1000110 | 0 | 11010 | 1000100 | 1111 | 100101 | 1000001 | 111000 |
Color Harmonies of #D8A046
Complementary color
Monochromatic Colors of #D8A046
Black with #D8A046
Text Example
Text Example
White with #D8A046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A046; }
p { color: rgb(216,160,70); }
H1.HeaderClassName
{
color: #D8A046;
}
.AnyTagClassName
{
color: #D8A046;
}
</style>
background-color css
<style>
a { background-color: #D8A046; }
a { background-color: rgb(216,160,70); }
div.DivClassName
{
background-color: #D8A046;
}
.BgClassName
{
background-color: #D8A046;
}
</style>
border-color css
<style>
span { border-color: #D8A046; }
span { border-color: rgb(216,160,70); }
td.TdClassName
{
border-color: #D8A046;
}
.TagClassName
{
border-color: #D8A046;
}
</style>