Shades of Fire Bush #D9A148
Tints of Fire Bush #D9A148
RGB
CMYK
RGB Variations
Color information
#D9A148 (or 0xD9A148) is known color: Fire Bush. HEX triplet: D9, A1 and 48. RGB value is (217,161,72). Sum of RGB (Red+Green+Blue) = 217+161+72=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A148 is #265EB7. Grayscale: #A8A8A8. Windows color (decimal): -2514616 or 4760025. OLE color: 4760025.
HSL color Cylindrical-coordinate representation of color #D9A148: hue angle of 36.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9A148 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 72 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.15 |
| HSL | 36.83º | 0.66% | 0.57% | - |
| HSV(B) | 36.83º | 0.67% | 0.85% | - |
| XYZ | 42.53 | 40.71 | 11.75 | - |
| YUV | 167.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 72 | 0 | 0.26 | 0.67 | 0.15 | 36.83 | 0.66 | 0.57 |
| Hex | D9 | A1 | 48 | 0 | 1A | 43 | F | 25 | 42 | 39 |
| Octal | 331 | 241 | 110 | 0 | 32 | 103 | 17 | 45 | 102 | 71 |
| Binary | 11011001 | 10100001 | 1001000 | 0 | 11010 | 1000011 | 1111 | 100101 | 1000010 | 111001 |
Color Harmonies of #D9A148
Complementary color
Monochromatic Colors of #D9A148
Black with #D9A148
Text Example
Text Example
White with #D9A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A148; }
p { color: rgb(217,161,72); }
H1.HeaderClassName
{
color: #D9A148;
}
.AnyTagClassName
{
color: #D9A148;
}
</style>
background-color css
<style>
a { background-color: #D9A148; }
a { background-color: rgb(217,161,72); }
div.DivClassName
{
background-color: #D9A148;
}
.BgClassName
{
background-color: #D9A148;
}
</style>
border-color css
<style>
span { border-color: #D9A148; }
span { border-color: rgb(217,161,72); }
td.TdClassName
{
border-color: #D9A148;
}
.TagClassName
{
border-color: #D9A148;
}
</style>