Shades of Fire Bush #D6A148
Tints of Fire Bush #D6A148
RGB
CMYK
RGB Variations
Color information
#D6A148 (or 0xD6A148) is known color: Fire Bush. HEX triplet: D6, A1 and 48. RGB value is (214,161,72). Sum of RGB (Red+Green+Blue) = 214+161+72=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A148 is #295EB7. Grayscale: #A7A7A7. Windows color (decimal): -2711224 or 4760022. OLE color: 4760022.
HSL color Cylindrical-coordinate representation of color #D6A148: hue angle of 37.61º 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 #D6A148 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 161 | 72 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.16 |
| HSL | 37.61º | 0.63% | 0.56% | - |
| HSV(B) | 37.61º | 0.66% | 0.84% | - |
| XYZ | 41.65 | 40.25 | 11.71 | - |
| YUV | 166.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 161 | 72 | 0 | 0.25 | 0.66 | 0.16 | 37.61 | 0.63 | 0.56 |
| Hex | D6 | A1 | 48 | 0 | 19 | 42 | 10 | 26 | 3F | 38 |
| Octal | 326 | 241 | 110 | 0 | 31 | 102 | 20 | 46 | 77 | 70 |
| Binary | 11010110 | 10100001 | 1001000 | 0 | 11001 | 1000010 | 10000 | 100110 | 111111 | 111000 |
Color Harmonies of #D6A148
Complementary color
Monochromatic Colors of #D6A148
Black with #D6A148
Text Example
Text Example
White with #D6A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A148; }
p { color: rgb(214,161,72); }
H1.HeaderClassName
{
color: #D6A148;
}
.AnyTagClassName
{
color: #D6A148;
}
</style>
background-color css
<style>
a { background-color: #D6A148; }
a { background-color: rgb(214,161,72); }
div.DivClassName
{
background-color: #D6A148;
}
.BgClassName
{
background-color: #D6A148;
}
</style>
border-color css
<style>
span { border-color: #D6A148; }
span { border-color: rgb(214,161,72); }
td.TdClassName
{
border-color: #D6A148;
}
.TagClassName
{
border-color: #D6A148;
}
</style>