Shades of Fire Bush #D7A042
Tints of Fire Bush #D7A042
RGB
CMYK
RGB Variations
Color information
#D7A042 (or 0xD7A042) is known color: Fire Bush. HEX triplet: D7, A0 and 42. RGB value is (215,160,66). Sum of RGB (Red+Green+Blue) = 215+160+66=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A042 is #285FBD. Grayscale: #A6A6A6. Windows color (decimal): -2645950 or 4366551. OLE color: 4366551.
HSL color Cylindrical-coordinate representation of color #D7A042: hue angle of 37.85º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7A042 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 66 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.16 |
| HSL | 37.85º | 0.65% | 0.55% | - |
| HSV(B) | 37.85º | 0.69% | 0.84% | - |
| XYZ | 41.58 | 39.98 | 10.68 | - |
| YUV | 165.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 66 | 0 | 0.26 | 0.69 | 0.16 | 37.85 | 0.65 | 0.55 |
| Hex | D7 | A0 | 42 | 0 | 1A | 45 | 10 | 26 | 41 | 37 |
| Octal | 327 | 240 | 102 | 0 | 32 | 105 | 20 | 46 | 101 | 67 |
| Binary | 11010111 | 10100000 | 1000010 | 0 | 11010 | 1000101 | 10000 | 100110 | 1000001 | 110111 |
Color Harmonies of #D7A042
Complementary color
Monochromatic Colors of #D7A042
Black with #D7A042
Text Example
Text Example
White with #D7A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A042; }
p { color: rgb(215,160,66); }
H1.HeaderClassName
{
color: #D7A042;
}
.AnyTagClassName
{
color: #D7A042;
}
</style>
background-color css
<style>
a { background-color: #D7A042; }
a { background-color: rgb(215,160,66); }
div.DivClassName
{
background-color: #D7A042;
}
.BgClassName
{
background-color: #D7A042;
}
</style>
border-color css
<style>
span { border-color: #D7A042; }
span { border-color: rgb(215,160,66); }
td.TdClassName
{
border-color: #D7A042;
}
.TagClassName
{
border-color: #D7A042;
}
</style>