Shades of Fire Bush #D2A147
Tints of Fire Bush #D2A147
RGB
CMYK
RGB Variations
Color information
#D2A147 (or 0xD2A147) is known color: Fire Bush. HEX triplet: D2, A1 and 47. RGB value is (210,161,71). Sum of RGB (Red+Green+Blue) = 210+161+71=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A147 is #2D5EB8. Grayscale: #A5A5A5. Windows color (decimal): -2973369 or 4694482. OLE color: 4694482.
HSL color Cylindrical-coordinate representation of color #D2A147: hue angle of 38.85º 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 #D2A147 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 71 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.18 |
| HSL | 38.85º | 0.61% | 0.55% | - |
| HSV(B) | 38.85º | 0.66% | 0.82% | - |
| XYZ | 40.46 | 39.65 | 11.48 | - |
| YUV | 165.39 | 74.73 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 71 | 0 | 0.23 | 0.66 | 0.18 | 38.85 | 0.61 | 0.55 |
| Hex | D2 | A1 | 47 | 0 | 17 | 42 | 12 | 27 | 3D | 37 |
| Octal | 322 | 241 | 107 | 0 | 27 | 102 | 22 | 47 | 75 | 67 |
| Binary | 11010010 | 10100001 | 1000111 | 0 | 10111 | 1000010 | 10010 | 100111 | 111101 | 110111 |
Color Harmonies of #D2A147
Complementary color
Monochromatic Colors of #D2A147
Black with #D2A147
Text Example
Text Example
White with #D2A147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A147; }
p { color: rgb(210,161,71); }
H1.HeaderClassName
{
color: #D2A147;
}
.AnyTagClassName
{
color: #D2A147;
}
</style>
background-color css
<style>
a { background-color: #D2A147; }
a { background-color: rgb(210,161,71); }
div.DivClassName
{
background-color: #D2A147;
}
.BgClassName
{
background-color: #D2A147;
}
</style>
border-color css
<style>
span { border-color: #D2A147; }
span { border-color: rgb(210,161,71); }
td.TdClassName
{
border-color: #D2A147;
}
.TagClassName
{
border-color: #D2A147;
}
</style>