Shades of Fire Bush #D7A03D
Tints of Fire Bush #D7A03D
RGB
CMYK
RGB Variations
Color information
#D7A03D (or 0xD7A03D) is known color: Fire Bush. HEX triplet: D7, A0 and 3D. RGB value is (215,160,61). Sum of RGB (Red+Green+Blue) = 215+160+61=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A03D is #285FC2. Grayscale: #A5A5A5. Windows color (decimal): -2645955 or 4038871. OLE color: 4038871.
HSL color Cylindrical-coordinate representation of color #D7A03D: hue angle of 38.57º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7A03D is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 61 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.16 |
| HSL | 38.57º | 0.66% | 0.54% | - |
| HSV(B) | 38.57º | 0.72% | 0.84% | - |
| XYZ | 41.44 | 39.93 | 9.94 | - |
| YUV | 165.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 61 | 0 | 0.26 | 0.72 | 0.16 | 38.57 | 0.66 | 0.54 |
| Hex | D7 | A0 | 3D | 0 | 1A | 48 | 10 | 27 | 42 | 36 |
| Octal | 327 | 240 | 75 | 0 | 32 | 110 | 20 | 47 | 102 | 66 |
| Binary | 11010111 | 10100000 | 111101 | 0 | 11010 | 1001000 | 10000 | 100111 | 1000010 | 110110 |
Color Harmonies of #D7A03D
Complementary color
Monochromatic Colors of #D7A03D
Black with #D7A03D
Text Example
Text Example
White with #D7A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A03D; }
p { color: rgb(215,160,61); }
H1.HeaderClassName
{
color: #D7A03D;
}
.AnyTagClassName
{
color: #D7A03D;
}
</style>
background-color css
<style>
a { background-color: #D7A03D; }
a { background-color: rgb(215,160,61); }
div.DivClassName
{
background-color: #D7A03D;
}
.BgClassName
{
background-color: #D7A03D;
}
</style>
border-color css
<style>
span { border-color: #D7A03D; }
span { border-color: rgb(215,160,61); }
td.TdClassName
{
border-color: #D7A03D;
}
.TagClassName
{
border-color: #D7A03D;
}
</style>