Shades of Fire Bush #D59F4D
Tints of Fire Bush #D59F4D
RGB
CMYK
RGB Variations
Color information
#D59F4D (or 0xD59F4D) is known color: Fire Bush. HEX triplet: D5, 9F and 4D. RGB value is (213,159,77). Sum of RGB (Red+Green+Blue) = 213+159+77=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F4D is #2A60B2. Grayscale: #A6A6A6. Windows color (decimal): -2777267 or 5087189. OLE color: 5087189.
HSL color Cylindrical-coordinate representation of color #D59F4D: hue angle of 36.18º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D59F4D is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 77 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.16 |
| HSL | 36.18º | 0.62% | 0.57% | - |
| HSV(B) | 36.18º | 0.64% | 0.84% | - |
| XYZ | 41.18 | 39.48 | 12.47 | - |
| YUV | 165.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 77 | 0 | 0.25 | 0.64 | 0.16 | 36.18 | 0.62 | 0.57 |
| Hex | D5 | 9F | 4D | 0 | 19 | 40 | 10 | 24 | 3E | 39 |
| Octal | 325 | 237 | 115 | 0 | 31 | 100 | 20 | 44 | 76 | 71 |
| Binary | 11010101 | 10011111 | 1001101 | 0 | 11001 | 1000000 | 10000 | 100100 | 111110 | 111001 |
Color Harmonies of #D59F4D
Complementary color
Monochromatic Colors of #D59F4D
Black with #D59F4D
Text Example
Text Example
White with #D59F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F4D; }
p { color: rgb(213,159,77); }
H1.HeaderClassName
{
color: #D59F4D;
}
.AnyTagClassName
{
color: #D59F4D;
}
</style>
background-color css
<style>
a { background-color: #D59F4D; }
a { background-color: rgb(213,159,77); }
div.DivClassName
{
background-color: #D59F4D;
}
.BgClassName
{
background-color: #D59F4D;
}
</style>
border-color css
<style>
span { border-color: #D59F4D; }
span { border-color: rgb(213,159,77); }
td.TdClassName
{
border-color: #D59F4D;
}
.TagClassName
{
border-color: #D59F4D;
}
</style>