Shades of Fire Bush #D59A47
Tints of Fire Bush #D59A47
RGB
CMYK
RGB Variations
Color information
#D59A47 (or 0xD59A47) is known color: Fire Bush. HEX triplet: D5, 9A and 47. RGB value is (213,154,71). Sum of RGB (Red+Green+Blue) = 213+154+71=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A47 is #2A65B8. Grayscale: #A2A2A2. Windows color (decimal): -2778553 or 4692693. OLE color: 4692693.
HSL color Cylindrical-coordinate representation of color #D59A47: hue angle of 35.07º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D59A47 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 71 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.16 |
| HSL | 35.07º | 0.63% | 0.56% | - |
| HSV(B) | 35.07º | 0.67% | 0.84% | - |
| XYZ | 40.13 | 37.71 | 11.13 | - |
| YUV | 162.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 71 | 0 | 0.28 | 0.67 | 0.16 | 35.07 | 0.63 | 0.56 |
| Hex | D5 | 9A | 47 | 0 | 1C | 43 | 10 | 23 | 3F | 38 |
| Octal | 325 | 232 | 107 | 0 | 34 | 103 | 20 | 43 | 77 | 70 |
| Binary | 11010101 | 10011010 | 1000111 | 0 | 11100 | 1000011 | 10000 | 100011 | 111111 | 111000 |
Color Harmonies of #D59A47
Complementary color
Monochromatic Colors of #D59A47
Black with #D59A47
Text Example
Text Example
White with #D59A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A47; }
p { color: rgb(213,154,71); }
H1.HeaderClassName
{
color: #D59A47;
}
.AnyTagClassName
{
color: #D59A47;
}
</style>
background-color css
<style>
a { background-color: #D59A47; }
a { background-color: rgb(213,154,71); }
div.DivClassName
{
background-color: #D59A47;
}
.BgClassName
{
background-color: #D59A47;
}
</style>
border-color css
<style>
span { border-color: #D59A47; }
span { border-color: rgb(213,154,71); }
td.TdClassName
{
border-color: #D59A47;
}
.TagClassName
{
border-color: #D59A47;
}
</style>