Shades of Fire Bush #D49948
Tints of Fire Bush #D49948
RGB
CMYK
RGB Variations
Color information
#D49948 (or 0xD49948) is known color: Fire Bush. HEX triplet: D4, 99 and 48. RGB value is (212,153,72). Sum of RGB (Red+Green+Blue) = 212+153+72=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D49948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49948 is #2B66B7. Grayscale: #A1A1A1. Windows color (decimal): -2844344 or 4757972. OLE color: 4757972.
HSL color Cylindrical-coordinate representation of color #D49948: hue angle of 34.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D49948 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 72 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.17 |
| HSL | 34.71º | 0.62% | 0.56% | - |
| HSV(B) | 34.71º | 0.66% | 0.83% | - |
| XYZ | 39.71 | 37.25 | 11.23 | - |
| YUV | 161.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 72 | 0 | 0.28 | 0.66 | 0.17 | 34.71 | 0.62 | 0.56 |
| Hex | D4 | 99 | 48 | 0 | 1C | 42 | 11 | 23 | 3E | 38 |
| Octal | 324 | 231 | 110 | 0 | 34 | 102 | 21 | 43 | 76 | 70 |
| Binary | 11010100 | 10011001 | 1001000 | 0 | 11100 | 1000010 | 10001 | 100011 | 111110 | 111000 |
Color Harmonies of #D49948
Complementary color
Monochromatic Colors of #D49948
Black with #D49948
Text Example
Text Example
White with #D49948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49948; }
p { color: rgb(212,153,72); }
H1.HeaderClassName
{
color: #D49948;
}
.AnyTagClassName
{
color: #D49948;
}
</style>
background-color css
<style>
a { background-color: #D49948; }
a { background-color: rgb(212,153,72); }
div.DivClassName
{
background-color: #D49948;
}
.BgClassName
{
background-color: #D49948;
}
</style>
border-color css
<style>
span { border-color: #D49948; }
span { border-color: rgb(212,153,72); }
td.TdClassName
{
border-color: #D49948;
}
.TagClassName
{
border-color: #D49948;
}
</style>