Shades of Fire Bush #D3A149
Tints of Fire Bush #D3A149
RGB
CMYK
RGB Variations
Color information
#D3A149 (or 0xD3A149) is known color: Fire Bush. HEX triplet: D3, A1 and 49. RGB value is (211,161,73). Sum of RGB (Red+Green+Blue) = 211+161+73=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A149 is #2C5EB6. Grayscale: #A6A6A6. Windows color (decimal): -2907831 or 4825555. OLE color: 4825555.
HSL color Cylindrical-coordinate representation of color #D3A149: hue angle of 38.26º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D3A149 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 73 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.17 |
| HSL | 38.26º | 0.61% | 0.56% | - |
| HSV(B) | 38.26º | 0.65% | 0.83% | - |
| XYZ | 40.81 | 39.82 | 11.84 | - |
| YUV | 165.92 | 75.57 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 73 | 0 | 0.24 | 0.65 | 0.17 | 38.26 | 0.61 | 0.56 |
| Hex | D3 | A1 | 49 | 0 | 18 | 41 | 11 | 26 | 3D | 38 |
| Octal | 323 | 241 | 111 | 0 | 30 | 101 | 21 | 46 | 75 | 70 |
| Binary | 11010011 | 10100001 | 1001001 | 0 | 11000 | 1000001 | 10001 | 100110 | 111101 | 111000 |
Color Harmonies of #D3A149
Complementary color
Monochromatic Colors of #D3A149
Black with #D3A149
Text Example
Text Example
White with #D3A149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A149; }
p { color: rgb(211,161,73); }
H1.HeaderClassName
{
color: #D3A149;
}
.AnyTagClassName
{
color: #D3A149;
}
</style>
background-color css
<style>
a { background-color: #D3A149; }
a { background-color: rgb(211,161,73); }
div.DivClassName
{
background-color: #D3A149;
}
.BgClassName
{
background-color: #D3A149;
}
</style>
border-color css
<style>
span { border-color: #D3A149; }
span { border-color: rgb(211,161,73); }
td.TdClassName
{
border-color: #D3A149;
}
.TagClassName
{
border-color: #D3A149;
}
</style>