Shades of Fire Bush #D59F3C
Tints of Fire Bush #D59F3C
RGB
CMYK
RGB Variations
Color information
#D59F3C (or 0xD59F3C) is known color: Fire Bush. HEX triplet: D5, 9F and 3C. RGB value is (213,159,60). Sum of RGB (Red+Green+Blue) = 213+159+60=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F3C is #2A60C3. Grayscale: #A4A4A4. Windows color (decimal): -2777284 or 3973077. OLE color: 3973077.
HSL color Cylindrical-coordinate representation of color #D59F3C: hue angle of 38.82º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D59F3C is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 60 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.16 |
| HSL | 38.82º | 0.65% | 0.54% | - |
| HSV(B) | 38.82º | 0.72% | 0.84% | - |
| XYZ | 40.65 | 39.27 | 9.71 | - |
| YUV | 163.86 | 69.39 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 60 | 0 | 0.25 | 0.72 | 0.16 | 38.82 | 0.65 | 0.54 |
| Hex | D5 | 9F | 3C | 0 | 19 | 48 | 10 | 27 | 41 | 36 |
| Octal | 325 | 237 | 74 | 0 | 31 | 110 | 20 | 47 | 101 | 66 |
| Binary | 11010101 | 10011111 | 111100 | 0 | 11001 | 1001000 | 10000 | 100111 | 1000001 | 110110 |
Color Harmonies of #D59F3C
Complementary color
Monochromatic Colors of #D59F3C
Black with #D59F3C
Text Example
Text Example
White with #D59F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F3C; }
p { color: rgb(213,159,60); }
H1.HeaderClassName
{
color: #D59F3C;
}
.AnyTagClassName
{
color: #D59F3C;
}
</style>
background-color css
<style>
a { background-color: #D59F3C; }
a { background-color: rgb(213,159,60); }
div.DivClassName
{
background-color: #D59F3C;
}
.BgClassName
{
background-color: #D59F3C;
}
</style>
border-color css
<style>
span { border-color: #D59F3C; }
span { border-color: rgb(213,159,60); }
td.TdClassName
{
border-color: #D59F3C;
}
.TagClassName
{
border-color: #D59F3C;
}
</style>