Shades of Fire Bush #D2A046
Tints of Fire Bush #D2A046
RGB
CMYK
RGB Variations
Color information
#D2A046 (or 0xD2A046) is known color: Fire Bush. HEX triplet: D2, A0 and 46. RGB value is (210,160,70). Sum of RGB (Red+Green+Blue) = 210+160+70=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A046 is #2D5FB9. Grayscale: #A5A5A5. Windows color (decimal): -2973626 or 4628690. OLE color: 4628690.
HSL color Cylindrical-coordinate representation of color #D2A046: hue angle of 38.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2A046 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 70 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.18 |
| HSL | 38.57º | 0.61% | 0.55% | - |
| HSV(B) | 38.57º | 0.67% | 0.82% | - |
| XYZ | 40.25 | 39.29 | 11.26 | - |
| YUV | 164.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 70 | 0 | 0.24 | 0.67 | 0.18 | 38.57 | 0.61 | 0.55 |
| Hex | D2 | A0 | 46 | 0 | 18 | 43 | 12 | 27 | 3D | 37 |
| Octal | 322 | 240 | 106 | 0 | 30 | 103 | 22 | 47 | 75 | 67 |
| Binary | 11010010 | 10100000 | 1000110 | 0 | 11000 | 1000011 | 10010 | 100111 | 111101 | 110111 |
Color Harmonies of #D2A046
Complementary color
Monochromatic Colors of #D2A046
Black with #D2A046
Text Example
Text Example
White with #D2A046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A046; }
p { color: rgb(210,160,70); }
H1.HeaderClassName
{
color: #D2A046;
}
.AnyTagClassName
{
color: #D2A046;
}
</style>
background-color css
<style>
a { background-color: #D2A046; }
a { background-color: rgb(210,160,70); }
div.DivClassName
{
background-color: #D2A046;
}
.BgClassName
{
background-color: #D2A046;
}
</style>
border-color css
<style>
span { border-color: #D2A046; }
span { border-color: rgb(210,160,70); }
td.TdClassName
{
border-color: #D2A046;
}
.TagClassName
{
border-color: #D2A046;
}
</style>