Shades of Fire Bush #D49B3F
Tints of Fire Bush #D49B3F
RGB
CMYK
RGB Variations
Color information
#D49B3F (or 0xD49B3F) is known color: Fire Bush. HEX triplet: D4, 9B and 3F. RGB value is (212,155,63). Sum of RGB (Red+Green+Blue) = 212+155+63=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 63 (25% from 255 or 14.65% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49B3F is #2B64C0. Grayscale: #A1A1A1. Windows color (decimal): -2843841 or 4168660. OLE color: 4168660.
HSL color Cylindrical-coordinate representation of color #D49B3F: hue angle of 37.05º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D49B3F is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 63 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.17 |
| HSL | 37.05º | 0.63% | 0.54% | - |
| HSV(B) | 37.05º | 0.7% | 0.83% | - |
| XYZ | 39.77 | 37.8 | 9.9 | - |
| YUV | 161.56 | 72.38 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 63 | 0 | 0.27 | 0.70 | 0.17 | 37.05 | 0.63 | 0.54 |
| Hex | D4 | 9B | 3F | 0 | 1B | 46 | 11 | 25 | 3F | 36 |
| Octal | 324 | 233 | 77 | 0 | 33 | 106 | 21 | 45 | 77 | 66 |
| Binary | 11010100 | 10011011 | 111111 | 0 | 11011 | 1000110 | 10001 | 100101 | 111111 | 110110 |
Color Harmonies of #D49B3F
Complementary color
Monochromatic Colors of #D49B3F
Black with #D49B3F
Text Example
Text Example
White with #D49B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B3F; }
p { color: rgb(212,155,63); }
H1.HeaderClassName
{
color: #D49B3F;
}
.AnyTagClassName
{
color: #D49B3F;
}
</style>
background-color css
<style>
a { background-color: #D49B3F; }
a { background-color: rgb(212,155,63); }
div.DivClassName
{
background-color: #D49B3F;
}
.BgClassName
{
background-color: #D49B3F;
}
</style>
border-color css
<style>
span { border-color: #D49B3F; }
span { border-color: rgb(212,155,63); }
td.TdClassName
{
border-color: #D49B3F;
}
.TagClassName
{
border-color: #D49B3F;
}
</style>