Shades of Fire Bush #D7A03B
Tints of Fire Bush #D7A03B
RGB
CMYK
RGB Variations
Color information
#D7A03B (or 0xD7A03B) is known color: Fire Bush. HEX triplet: D7, A0 and 3B. RGB value is (215,160,59). Sum of RGB (Red+Green+Blue) = 215+160+59=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A03B is #285FC4. Grayscale: #A5A5A5. Windows color (decimal): -2645957 or 3907799. OLE color: 3907799.
HSL color Cylindrical-coordinate representation of color #D7A03B: hue angle of 38.85º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7A03B is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 59 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.16 |
| HSL | 38.85º | 0.66% | 0.54% | - |
| HSV(B) | 38.85º | 0.73% | 0.84% | - |
| XYZ | 41.38 | 39.9 | 9.66 | - |
| YUV | 164.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 59 | 0 | 0.26 | 0.73 | 0.16 | 38.85 | 0.66 | 0.54 |
| Hex | D7 | A0 | 3B | 0 | 1A | 49 | 10 | 27 | 42 | 36 |
| Octal | 327 | 240 | 73 | 0 | 32 | 111 | 20 | 47 | 102 | 66 |
| Binary | 11010111 | 10100000 | 111011 | 0 | 11010 | 1001001 | 10000 | 100111 | 1000010 | 110110 |
Color Harmonies of #D7A03B
Complementary color
Monochromatic Colors of #D7A03B
Black with #D7A03B
Text Example
Text Example
White with #D7A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A03B; }
p { color: rgb(215,160,59); }
H1.HeaderClassName
{
color: #D7A03B;
}
.AnyTagClassName
{
color: #D7A03B;
}
</style>
background-color css
<style>
a { background-color: #D7A03B; }
a { background-color: rgb(215,160,59); }
div.DivClassName
{
background-color: #D7A03B;
}
.BgClassName
{
background-color: #D7A03B;
}
</style>
border-color css
<style>
span { border-color: #D7A03B; }
span { border-color: rgb(215,160,59); }
td.TdClassName
{
border-color: #D7A03B;
}
.TagClassName
{
border-color: #D7A03B;
}
</style>