Shades of Fire Bush #D5A14A
Tints of Fire Bush #D5A14A
RGB
CMYK
RGB Variations
Color information
#D5A14A (or 0xD5A14A) is known color: Fire Bush. HEX triplet: D5, A1 and 4A. RGB value is (213,161,74). Sum of RGB (Red+Green+Blue) = 213+161+74=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A14A is #2A5EB5. Grayscale: #A7A7A7. Windows color (decimal): -2776758 or 4891093. OLE color: 4891093.
HSL color Cylindrical-coordinate representation of color #D5A14A: hue angle of 37.55º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5A14A is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 74 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.16 |
| HSL | 37.55º | 0.62% | 0.56% | - |
| HSV(B) | 37.55º | 0.65% | 0.84% | - |
| XYZ | 41.42 | 40.13 | 12.04 | - |
| YUV | 166.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 74 | 0 | 0.24 | 0.65 | 0.16 | 37.55 | 0.62 | 0.56 |
| Hex | D5 | A1 | 4A | 0 | 18 | 41 | 10 | 26 | 3E | 38 |
| Octal | 325 | 241 | 112 | 0 | 30 | 101 | 20 | 46 | 76 | 70 |
| Binary | 11010101 | 10100001 | 1001010 | 0 | 11000 | 1000001 | 10000 | 100110 | 111110 | 111000 |
Color Harmonies of #D5A14A
Complementary color
Monochromatic Colors of #D5A14A
Black with #D5A14A
Text Example
Text Example
White with #D5A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A14A; }
p { color: rgb(213,161,74); }
H1.HeaderClassName
{
color: #D5A14A;
}
.AnyTagClassName
{
color: #D5A14A;
}
</style>
background-color css
<style>
a { background-color: #D5A14A; }
a { background-color: rgb(213,161,74); }
div.DivClassName
{
background-color: #D5A14A;
}
.BgClassName
{
background-color: #D5A14A;
}
</style>
border-color css
<style>
span { border-color: #D5A14A; }
span { border-color: rgb(213,161,74); }
td.TdClassName
{
border-color: #D5A14A;
}
.TagClassName
{
border-color: #D5A14A;
}
</style>