Shades of Fire Bush #D49048
Tints of Fire Bush #D49048
RGB
CMYK
RGB Variations
Color information
#D49048 (or 0xD49048) is known color: Fire Bush. HEX triplet: D4, 90 and 48. RGB value is (212,144,72). Sum of RGB (Red+Green+Blue) = 212+144+72=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D49048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49048 is #2B6FB7. Grayscale: #9C9C9C. Windows color (decimal): -2846648 or 4755668. OLE color: 4755668.
HSL color Cylindrical-coordinate representation of color #D49048: hue angle of 30.86º 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 #D49048 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 72 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.17 |
| HSL | 30.86º | 0.62% | 0.56% | - |
| HSV(B) | 30.86º | 0.66% | 0.83% | - |
| XYZ | 38.29 | 34.41 | 10.75 | - |
| YUV | 156.12 | 80.53 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 72 | 0 | 0.32 | 0.66 | 0.17 | 30.86 | 0.62 | 0.56 |
| Hex | D4 | 90 | 48 | 0 | 20 | 42 | 11 | 1F | 3E | 38 |
| Octal | 324 | 220 | 110 | 0 | 40 | 102 | 21 | 37 | 76 | 70 |
| Binary | 11010100 | 10010000 | 1001000 | 0 | 100000 | 1000010 | 10001 | 11111 | 111110 | 111000 |
Color Harmonies of #D49048
Complementary color
Monochromatic Colors of #D49048
Black with #D49048
Text Example
Text Example
White with #D49048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49048; }
p { color: rgb(212,144,72); }
H1.HeaderClassName
{
color: #D49048;
}
.AnyTagClassName
{
color: #D49048;
}
</style>
background-color css
<style>
a { background-color: #D49048; }
a { background-color: rgb(212,144,72); }
div.DivClassName
{
background-color: #D49048;
}
.BgClassName
{
background-color: #D49048;
}
</style>
border-color css
<style>
span { border-color: #D49048; }
span { border-color: rgb(212,144,72); }
td.TdClassName
{
border-color: #D49048;
}
.TagClassName
{
border-color: #D49048;
}
</style>