Shades of Fire Bush #D5A144
Tints of Fire Bush #D5A144
RGB
CMYK
RGB Variations
Color information
#D5A144 (or 0xD5A144) is known color: Fire Bush. HEX triplet: D5, A1 and 44. RGB value is (213,161,68). Sum of RGB (Red+Green+Blue) = 213+161+68=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A144 is #2A5EBB. Grayscale: #A6A6A6. Windows color (decimal): -2776764 or 4497877. OLE color: 4497877.
HSL color Cylindrical-coordinate representation of color #D5A144: hue angle of 38.48º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5A144 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 68 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.16 |
| HSL | 38.48º | 0.63% | 0.55% | - |
| HSV(B) | 38.48º | 0.68% | 0.84% | - |
| XYZ | 41.23 | 40.05 | 11.03 | - |
| YUV | 165.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 68 | 0 | 0.24 | 0.68 | 0.16 | 38.48 | 0.63 | 0.55 |
| Hex | D5 | A1 | 44 | 0 | 18 | 44 | 10 | 26 | 3F | 37 |
| Octal | 325 | 241 | 104 | 0 | 30 | 104 | 20 | 46 | 77 | 67 |
| Binary | 11010101 | 10100001 | 1000100 | 0 | 11000 | 1000100 | 10000 | 100110 | 111111 | 110111 |
Color Harmonies of #D5A144
Complementary color
Monochromatic Colors of #D5A144
Black with #D5A144
Text Example
Text Example
White with #D5A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A144; }
p { color: rgb(213,161,68); }
H1.HeaderClassName
{
color: #D5A144;
}
.AnyTagClassName
{
color: #D5A144;
}
</style>
background-color css
<style>
a { background-color: #D5A144; }
a { background-color: rgb(213,161,68); }
div.DivClassName
{
background-color: #D5A144;
}
.BgClassName
{
background-color: #D5A144;
}
</style>
border-color css
<style>
span { border-color: #D5A144; }
span { border-color: rgb(213,161,68); }
td.TdClassName
{
border-color: #D5A144;
}
.TagClassName
{
border-color: #D5A144;
}
</style>