Shades of Fire Bush #D49D3C
Tints of Fire Bush #D49D3C
RGB
CMYK
RGB Variations
Color information
#D49D3C (or 0xD49D3C) is known color: Fire Bush. HEX triplet: D4, 9D and 3C. RGB value is (212,157,60). Sum of RGB (Red+Green+Blue) = 212+157+60=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49D3C is #2B62C3. Grayscale: #A2A2A2. Windows color (decimal): -2843332 or 3972564. OLE color: 3972564.
HSL color Cylindrical-coordinate representation of color #D49D3C: hue angle of 38.29º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D49D3C is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 157 | 60 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.17 |
| HSL | 38.29º | 0.64% | 0.53% | - |
| HSV(B) | 38.29º | 0.72% | 0.83% | - |
| XYZ | 40.02 | 38.44 | 9.58 | - |
| YUV | 162.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 60 | 0 | 0.26 | 0.72 | 0.17 | 38.29 | 0.64 | 0.53 |
| Hex | D4 | 9D | 3C | 0 | 1A | 48 | 11 | 26 | 40 | 35 |
| Octal | 324 | 235 | 74 | 0 | 32 | 110 | 21 | 46 | 100 | 65 |
| Binary | 11010100 | 10011101 | 111100 | 0 | 11010 | 1001000 | 10001 | 100110 | 1000000 | 110101 |
Color Harmonies of #D49D3C
Complementary color
Monochromatic Colors of #D49D3C
Black with #D49D3C
Text Example
Text Example
White with #D49D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49D3C; }
p { color: rgb(212,157,60); }
H1.HeaderClassName
{
color: #D49D3C;
}
.AnyTagClassName
{
color: #D49D3C;
}
</style>
background-color css
<style>
a { background-color: #D49D3C; }
a { background-color: rgb(212,157,60); }
div.DivClassName
{
background-color: #D49D3C;
}
.BgClassName
{
background-color: #D49D3C;
}
</style>
border-color css
<style>
span { border-color: #D49D3C; }
span { border-color: rgb(212,157,60); }
td.TdClassName
{
border-color: #D49D3C;
}
.TagClassName
{
border-color: #D49D3C;
}
</style>