Shades of Fire Bush #D39C43
Tints of Fire Bush #D39C43
RGB
CMYK
RGB Variations
Color information
#D39C43 (or 0xD39C43) is known color: Fire Bush. HEX triplet: D3, 9C and 43. RGB value is (211,156,67). Sum of RGB (Red+Green+Blue) = 211+156+67=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39C43 is #2C63BC. Grayscale: #A2A2A2. Windows color (decimal): -2909117 or 4431059. OLE color: 4431059.
HSL color Cylindrical-coordinate representation of color #D39C43: hue angle of 37.08º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D39C43 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 156 | 67 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.17 |
| HSL | 37.08º | 0.62% | 0.55% | - |
| HSV(B) | 37.08º | 0.68% | 0.83% | - |
| XYZ | 39.77 | 38.03 | 10.56 | - |
| YUV | 162.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 156 | 67 | 0 | 0.26 | 0.68 | 0.17 | 37.08 | 0.62 | 0.55 |
| Hex | D3 | 9C | 43 | 0 | 1A | 44 | 11 | 25 | 3E | 37 |
| Octal | 323 | 234 | 103 | 0 | 32 | 104 | 21 | 45 | 76 | 67 |
| Binary | 11010011 | 10011100 | 1000011 | 0 | 11010 | 1000100 | 10001 | 100101 | 111110 | 110111 |
Color Harmonies of #D39C43
Complementary color
Monochromatic Colors of #D39C43
Black with #D39C43
Text Example
Text Example
White with #D39C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39C43; }
p { color: rgb(211,156,67); }
H1.HeaderClassName
{
color: #D39C43;
}
.AnyTagClassName
{
color: #D39C43;
}
</style>
background-color css
<style>
a { background-color: #D39C43; }
a { background-color: rgb(211,156,67); }
div.DivClassName
{
background-color: #D39C43;
}
.BgClassName
{
background-color: #D39C43;
}
</style>
border-color css
<style>
span { border-color: #D39C43; }
span { border-color: rgb(211,156,67); }
td.TdClassName
{
border-color: #D39C43;
}
.TagClassName
{
border-color: #D39C43;
}
</style>