Shades of Fire Bush #D59E3B
Tints of Fire Bush #D59E3B
RGB
CMYK
RGB Variations
Color information
#D59E3B (or 0xD59E3B) is known color: Fire Bush. HEX triplet: D5, 9E and 3B. RGB value is (213,158,59). Sum of RGB (Red+Green+Blue) = 213+158+59=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59E3B is #2A61C4. Grayscale: #A3A3A3. Windows color (decimal): -2777541 or 3907285. OLE color: 3907285.
HSL color Cylindrical-coordinate representation of color #D59E3B: hue angle of 38.57º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D59E3B is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 59 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.16 |
| HSL | 38.57º | 0.65% | 0.53% | - |
| HSV(B) | 38.57º | 0.72% | 0.84% | - |
| XYZ | 40.46 | 38.92 | 9.52 | - |
| YUV | 163.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 59 | 0 | 0.26 | 0.72 | 0.16 | 38.57 | 0.65 | 0.53 |
| Hex | D5 | 9E | 3B | 0 | 1A | 48 | 10 | 27 | 41 | 35 |
| Octal | 325 | 236 | 73 | 0 | 32 | 110 | 20 | 47 | 101 | 65 |
| Binary | 11010101 | 10011110 | 111011 | 0 | 11010 | 1001000 | 10000 | 100111 | 1000001 | 110101 |
Color Harmonies of #D59E3B
Complementary color
Monochromatic Colors of #D59E3B
Black with #D59E3B
Text Example
Text Example
White with #D59E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E3B; }
p { color: rgb(213,158,59); }
H1.HeaderClassName
{
color: #D59E3B;
}
.AnyTagClassName
{
color: #D59E3B;
}
</style>
background-color css
<style>
a { background-color: #D59E3B; }
a { background-color: rgb(213,158,59); }
div.DivClassName
{
background-color: #D59E3B;
}
.BgClassName
{
background-color: #D59E3B;
}
</style>
border-color css
<style>
span { border-color: #D59E3B; }
span { border-color: rgb(213,158,59); }
td.TdClassName
{
border-color: #D59E3B;
}
.TagClassName
{
border-color: #D59E3B;
}
</style>