Shades of Fire Bush #D59843
Tints of Fire Bush #D59843
RGB
CMYK
RGB Variations
Color information
#D59843 (or 0xD59843) is known color: Fire Bush. HEX triplet: D5, 98 and 43. RGB value is (213,152,67). Sum of RGB (Red+Green+Blue) = 213+152+67=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D59843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59843 is #2A67BC. Grayscale: #A0A0A0. Windows color (decimal): -2779069 or 4430037. OLE color: 4430037.
HSL color Cylindrical-coordinate representation of color #D59843: hue angle of 34.93º 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 #D59843 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 67 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.16 |
| HSL | 34.93º | 0.63% | 0.55% | - |
| HSV(B) | 34.93º | 0.69% | 0.84% | - |
| XYZ | 39.68 | 37.01 | 10.36 | - |
| YUV | 160.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 67 | 0 | 0.29 | 0.69 | 0.16 | 34.93 | 0.63 | 0.55 |
| Hex | D5 | 98 | 43 | 0 | 1D | 45 | 10 | 23 | 3F | 37 |
| Octal | 325 | 230 | 103 | 0 | 35 | 105 | 20 | 43 | 77 | 67 |
| Binary | 11010101 | 10011000 | 1000011 | 0 | 11101 | 1000101 | 10000 | 100011 | 111111 | 110111 |
Color Harmonies of #D59843
Complementary color
Monochromatic Colors of #D59843
Black with #D59843
Text Example
Text Example
White with #D59843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59843; }
p { color: rgb(213,152,67); }
H1.HeaderClassName
{
color: #D59843;
}
.AnyTagClassName
{
color: #D59843;
}
</style>
background-color css
<style>
a { background-color: #D59843; }
a { background-color: rgb(213,152,67); }
div.DivClassName
{
background-color: #D59843;
}
.BgClassName
{
background-color: #D59843;
}
</style>
border-color css
<style>
span { border-color: #D59843; }
span { border-color: rgb(213,152,67); }
td.TdClassName
{
border-color: #D59843;
}
.TagClassName
{
border-color: #D59843;
}
</style>