Shades of Fire Bush #D2A047
Tints of Fire Bush #D2A047
RGB
CMYK
RGB Variations
Color information
#D2A047 (or 0xD2A047) is known color: Fire Bush. HEX triplet: D2, A0 and 47. RGB value is (210,160,71). Sum of RGB (Red+Green+Blue) = 210+160+71=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A047 is #2D5FB8. Grayscale: #A5A5A5. Windows color (decimal): -2973625 or 4694226. OLE color: 4694226.
HSL color Cylindrical-coordinate representation of color #D2A047: hue angle of 38.42º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2A047 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 71 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.18 |
| HSL | 38.42º | 0.61% | 0.55% | - |
| HSV(B) | 38.42º | 0.66% | 0.82% | - |
| XYZ | 40.29 | 39.3 | 11.42 | - |
| YUV | 164.8 | 75.07 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 71 | 0 | 0.24 | 0.66 | 0.18 | 38.42 | 0.61 | 0.55 |
| Hex | D2 | A0 | 47 | 0 | 18 | 42 | 12 | 26 | 3D | 37 |
| Octal | 322 | 240 | 107 | 0 | 30 | 102 | 22 | 46 | 75 | 67 |
| Binary | 11010010 | 10100000 | 1000111 | 0 | 11000 | 1000010 | 10010 | 100110 | 111101 | 110111 |
Color Harmonies of #D2A047
Complementary color
Monochromatic Colors of #D2A047
Black with #D2A047
Text Example
Text Example
White with #D2A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A047; }
p { color: rgb(210,160,71); }
H1.HeaderClassName
{
color: #D2A047;
}
.AnyTagClassName
{
color: #D2A047;
}
</style>
background-color css
<style>
a { background-color: #D2A047; }
a { background-color: rgb(210,160,71); }
div.DivClassName
{
background-color: #D2A047;
}
.BgClassName
{
background-color: #D2A047;
}
</style>
border-color css
<style>
span { border-color: #D2A047; }
span { border-color: rgb(210,160,71); }
td.TdClassName
{
border-color: #D2A047;
}
.TagClassName
{
border-color: #D2A047;
}
</style>