Shades of Fire Bush #D59F43
Tints of Fire Bush #D59F43
RGB
CMYK
RGB Variations
Color information
#D59F43 (or 0xD59F43) is known color: Fire Bush. HEX triplet: D5, 9F and 43. RGB value is (213,159,67). Sum of RGB (Red+Green+Blue) = 213+159+67=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F43 is #2A60BC. Grayscale: #A5A5A5. Windows color (decimal): -2777277 or 4431829. OLE color: 4431829.
HSL color Cylindrical-coordinate representation of color #D59F43: hue angle of 37.81º 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 #D59F43 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 67 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.16 |
| HSL | 37.81º | 0.63% | 0.55% | - |
| HSV(B) | 37.81º | 0.69% | 0.84% | - |
| XYZ | 40.85 | 39.35 | 10.75 | - |
| YUV | 164.66 | 72.89 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 67 | 0 | 0.25 | 0.69 | 0.16 | 37.81 | 0.63 | 0.55 |
| Hex | D5 | 9F | 43 | 0 | 19 | 45 | 10 | 26 | 3F | 37 |
| Octal | 325 | 237 | 103 | 0 | 31 | 105 | 20 | 46 | 77 | 67 |
| Binary | 11010101 | 10011111 | 1000011 | 0 | 11001 | 1000101 | 10000 | 100110 | 111111 | 110111 |
Color Harmonies of #D59F43
Complementary color
Monochromatic Colors of #D59F43
Black with #D59F43
Text Example
Text Example
White with #D59F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F43; }
p { color: rgb(213,159,67); }
H1.HeaderClassName
{
color: #D59F43;
}
.AnyTagClassName
{
color: #D59F43;
}
</style>
background-color css
<style>
a { background-color: #D59F43; }
a { background-color: rgb(213,159,67); }
div.DivClassName
{
background-color: #D59F43;
}
.BgClassName
{
background-color: #D59F43;
}
</style>
border-color css
<style>
span { border-color: #D59F43; }
span { border-color: rgb(213,159,67); }
td.TdClassName
{
border-color: #D59F43;
}
.TagClassName
{
border-color: #D59F43;
}
</style>