Shades of Fire Bush #D59D43
Tints of Fire Bush #D59D43
RGB
CMYK
RGB Variations
Color information
#D59D43 (or 0xD59D43) is known color: Fire Bush. HEX triplet: D5, 9D and 43. RGB value is (213,157,67). Sum of RGB (Red+Green+Blue) = 213+157+67=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D43 is #2A62BC. Grayscale: #A3A3A3. Windows color (decimal): -2777789 or 4431317. OLE color: 4431317.
HSL color Cylindrical-coordinate representation of color #D59D43: hue angle of 36.99º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D59D43 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 67 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.16 |
| HSL | 36.99º | 0.63% | 0.55% | - |
| HSV(B) | 36.99º | 0.69% | 0.84% | - |
| XYZ | 40.51 | 38.67 | 10.64 | - |
| YUV | 163.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 67 | 0 | 0.26 | 0.69 | 0.16 | 36.99 | 0.63 | 0.55 |
| Hex | D5 | 9D | 43 | 0 | 1A | 45 | 10 | 25 | 3F | 37 |
| Octal | 325 | 235 | 103 | 0 | 32 | 105 | 20 | 45 | 77 | 67 |
| Binary | 11010101 | 10011101 | 1000011 | 0 | 11010 | 1000101 | 10000 | 100101 | 111111 | 110111 |
Color Harmonies of #D59D43
Complementary color
Monochromatic Colors of #D59D43
Black with #D59D43
Text Example
Text Example
White with #D59D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D43; }
p { color: rgb(213,157,67); }
H1.HeaderClassName
{
color: #D59D43;
}
.AnyTagClassName
{
color: #D59D43;
}
</style>
background-color css
<style>
a { background-color: #D59D43; }
a { background-color: rgb(213,157,67); }
div.DivClassName
{
background-color: #D59D43;
}
.BgClassName
{
background-color: #D59D43;
}
</style>
border-color css
<style>
span { border-color: #D59D43; }
span { border-color: rgb(213,157,67); }
td.TdClassName
{
border-color: #D59D43;
}
.TagClassName
{
border-color: #D59D43;
}
</style>