Shades of Fire Bush #D9A03B
Tints of Fire Bush #D9A03B
RGB
CMYK
RGB Variations
Color information
#D9A03B (or 0xD9A03B) is known color: Fire Bush. HEX triplet: D9, A0 and 3B. RGB value is (217,160,59). Sum of RGB (Red+Green+Blue) = 217+160+59=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A03B is #265FC4. Grayscale: #A5A5A5. Windows color (decimal): -2514885 or 3907801. OLE color: 3907801.
HSL color Cylindrical-coordinate representation of color #D9A03B: hue angle of 38.35º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9A03B is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 59 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.15 |
| HSL | 38.35º | 0.68% | 0.54% | - |
| HSV(B) | 38.35º | 0.73% | 0.85% | - |
| XYZ | 41.98 | 40.21 | 9.69 | - |
| YUV | 165.53 | 67.88 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 59 | 0 | 0.26 | 0.73 | 0.15 | 38.35 | 0.68 | 0.54 |
| Hex | D9 | A0 | 3B | 0 | 1A | 49 | F | 26 | 44 | 36 |
| Octal | 331 | 240 | 73 | 0 | 32 | 111 | 17 | 46 | 104 | 66 |
| Binary | 11011001 | 10100000 | 111011 | 0 | 11010 | 1001001 | 1111 | 100110 | 1000100 | 110110 |
Color Harmonies of #D9A03B
Complementary color
Monochromatic Colors of #D9A03B
Black with #D9A03B
Text Example
Text Example
White with #D9A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A03B; }
p { color: rgb(217,160,59); }
H1.HeaderClassName
{
color: #D9A03B;
}
.AnyTagClassName
{
color: #D9A03B;
}
</style>
background-color css
<style>
a { background-color: #D9A03B; }
a { background-color: rgb(217,160,59); }
div.DivClassName
{
background-color: #D9A03B;
}
.BgClassName
{
background-color: #D9A03B;
}
</style>
border-color css
<style>
span { border-color: #D9A03B; }
span { border-color: rgb(217,160,59); }
td.TdClassName
{
border-color: #D9A03B;
}
.TagClassName
{
border-color: #D9A03B;
}
</style>