Shades of Fire Bush #D5A148
Tints of Fire Bush #D5A148
RGB
CMYK
RGB Variations
Color information
#D5A148 (or 0xD5A148) is known color: Fire Bush. HEX triplet: D5, A1 and 48. RGB value is (213,161,72). Sum of RGB (Red+Green+Blue) = 213+161+72=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A148 is #2A5EB7. Grayscale: #A6A6A6. Windows color (decimal): -2776760 or 4760021. OLE color: 4760021.
HSL color Cylindrical-coordinate representation of color #D5A148: hue angle of 37.87º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5A148 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 72 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.16 |
| HSL | 37.87º | 0.63% | 0.56% | - |
| HSV(B) | 37.87º | 0.66% | 0.84% | - |
| XYZ | 41.36 | 40.1 | 11.69 | - |
| YUV | 166.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 72 | 0 | 0.24 | 0.66 | 0.16 | 37.87 | 0.63 | 0.56 |
| Hex | D5 | A1 | 48 | 0 | 18 | 42 | 10 | 26 | 3F | 38 |
| Octal | 325 | 241 | 110 | 0 | 30 | 102 | 20 | 46 | 77 | 70 |
| Binary | 11010101 | 10100001 | 1001000 | 0 | 11000 | 1000010 | 10000 | 100110 | 111111 | 111000 |
Color Harmonies of #D5A148
Complementary color
Monochromatic Colors of #D5A148
Black with #D5A148
Text Example
Text Example
White with #D5A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A148; }
p { color: rgb(213,161,72); }
H1.HeaderClassName
{
color: #D5A148;
}
.AnyTagClassName
{
color: #D5A148;
}
</style>
background-color css
<style>
a { background-color: #D5A148; }
a { background-color: rgb(213,161,72); }
div.DivClassName
{
background-color: #D5A148;
}
.BgClassName
{
background-color: #D5A148;
}
</style>
border-color css
<style>
span { border-color: #D5A148; }
span { border-color: rgb(213,161,72); }
td.TdClassName
{
border-color: #D5A148;
}
.TagClassName
{
border-color: #D5A148;
}
</style>