Shades of Fire Bush #D49943
Tints of Fire Bush #D49943
RGB
CMYK
RGB Variations
Color information
#D49943 (or 0xD49943) is known color: Fire Bush. HEX triplet: D4, 99 and 43. RGB value is (212,153,67). Sum of RGB (Red+Green+Blue) = 212+153+67=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 67 (26.56% from 255 or 15.51% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D49943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49943 is #2B66BC. Grayscale: #A1A1A1. Windows color (decimal): -2844349 or 4430292. OLE color: 4430292.
HSL color Cylindrical-coordinate representation of color #D49943: hue angle of 35.59º degrees, saturation: 0.63, 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 #D49943 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 67 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.17 |
| HSL | 35.59º | 0.63% | 0.55% | - |
| HSV(B) | 35.59º | 0.68% | 0.83% | - |
| XYZ | 39.56 | 37.18 | 10.4 | - |
| YUV | 160.84 | 75.05 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 67 | 0 | 0.28 | 0.68 | 0.17 | 35.59 | 0.63 | 0.55 |
| Hex | D4 | 99 | 43 | 0 | 1C | 44 | 11 | 24 | 3F | 37 |
| Octal | 324 | 231 | 103 | 0 | 34 | 104 | 21 | 44 | 77 | 67 |
| Binary | 11010100 | 10011001 | 1000011 | 0 | 11100 | 1000100 | 10001 | 100100 | 111111 | 110111 |
Color Harmonies of #D49943
Complementary color
Monochromatic Colors of #D49943
Black with #D49943
Text Example
Text Example
White with #D49943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49943; }
p { color: rgb(212,153,67); }
H1.HeaderClassName
{
color: #D49943;
}
.AnyTagClassName
{
color: #D49943;
}
</style>
background-color css
<style>
a { background-color: #D49943; }
a { background-color: rgb(212,153,67); }
div.DivClassName
{
background-color: #D49943;
}
.BgClassName
{
background-color: #D49943;
}
</style>
border-color css
<style>
span { border-color: #D49943; }
span { border-color: rgb(212,153,67); }
td.TdClassName
{
border-color: #D49943;
}
.TagClassName
{
border-color: #D49943;
}
</style>