Shades of Fire Bush #D59B4E
Tints of Fire Bush #D59B4E
RGB
CMYK
RGB Variations
Color information
#D59B4E (or 0xD59B4E) is known color: Fire Bush. HEX triplet: D5, 9B and 4E. RGB value is (213,155,78). Sum of RGB (Red+Green+Blue) = 213+155+78=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59B4E is #2A64B1. Grayscale: #A3A3A3. Windows color (decimal): -2778290 or 5151701. OLE color: 5151701.
HSL color Cylindrical-coordinate representation of color #D59B4E: hue angle of 34.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D59B4E is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 78 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.16 |
| HSL | 34.22º | 0.62% | 0.57% | - |
| HSV(B) | 34.22º | 0.63% | 0.84% | - |
| XYZ | 40.54 | 38.14 | 12.43 | - |
| YUV | 163.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 78 | 0 | 0.27 | 0.63 | 0.16 | 34.22 | 0.62 | 0.57 |
| Hex | D5 | 9B | 4E | 0 | 1B | 3F | 10 | 22 | 3E | 39 |
| Octal | 325 | 233 | 116 | 0 | 33 | 77 | 20 | 42 | 76 | 71 |
| Binary | 11010101 | 10011011 | 1001110 | 0 | 11011 | 111111 | 10000 | 100010 | 111110 | 111001 |
Color Harmonies of #D59B4E
Complementary color
Monochromatic Colors of #D59B4E
Black with #D59B4E
Text Example
Text Example
White with #D59B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B4E; }
p { color: rgb(213,155,78); }
H1.HeaderClassName
{
color: #D59B4E;
}
.AnyTagClassName
{
color: #D59B4E;
}
</style>
background-color css
<style>
a { background-color: #D59B4E; }
a { background-color: rgb(213,155,78); }
div.DivClassName
{
background-color: #D59B4E;
}
.BgClassName
{
background-color: #D59B4E;
}
</style>
border-color css
<style>
span { border-color: #D59B4E; }
span { border-color: rgb(213,155,78); }
td.TdClassName
{
border-color: #D59B4E;
}
.TagClassName
{
border-color: #D59B4E;
}
</style>