Shades of Fire Bush #D59448
Tints of Fire Bush #D59448
RGB
CMYK
RGB Variations
Color information
#D59448 (or 0xD59448) is known color: Fire Bush. HEX triplet: D5, 94 and 48. RGB value is (213,148,72). Sum of RGB (Red+Green+Blue) = 213+148+72=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D59448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59448 is #2A6BB7. Grayscale: #9F9F9F. Windows color (decimal): -2780088 or 4756693. OLE color: 4756693.
HSL color Cylindrical-coordinate representation of color #D59448: hue angle of 32.34º 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 #D59448 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 72 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.16 |
| HSL | 32.34º | 0.63% | 0.56% | - |
| HSV(B) | 32.34º | 0.66% | 0.84% | - |
| XYZ | 39.2 | 35.79 | 10.97 | - |
| YUV | 158.77 | 79.03 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 72 | 0 | 0.31 | 0.66 | 0.16 | 32.34 | 0.63 | 0.56 |
| Hex | D5 | 94 | 48 | 0 | 1F | 42 | 10 | 20 | 3F | 38 |
| Octal | 325 | 224 | 110 | 0 | 37 | 102 | 20 | 40 | 77 | 70 |
| Binary | 11010101 | 10010100 | 1001000 | 0 | 11111 | 1000010 | 10000 | 100000 | 111111 | 111000 |
Color Harmonies of #D59448
Complementary color
Monochromatic Colors of #D59448
Black with #D59448
Text Example
Text Example
White with #D59448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59448; }
p { color: rgb(213,148,72); }
H1.HeaderClassName
{
color: #D59448;
}
.AnyTagClassName
{
color: #D59448;
}
</style>
background-color css
<style>
a { background-color: #D59448; }
a { background-color: rgb(213,148,72); }
div.DivClassName
{
background-color: #D59448;
}
.BgClassName
{
background-color: #D59448;
}
</style>
border-color css
<style>
span { border-color: #D59448; }
span { border-color: rgb(213,148,72); }
td.TdClassName
{
border-color: #D59448;
}
.TagClassName
{
border-color: #D59448;
}
</style>