Shades of Fire Bush #D7904A
Tints of Fire Bush #D7904A
RGB
CMYK
RGB Variations
Color information
#D7904A (or 0xD7904A) is known color: Fire Bush. HEX triplet: D7, 90 and 4A. RGB value is (215,144,74). Sum of RGB (Red+Green+Blue) = 215+144+74=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7904A is #286FB5. Grayscale: #9D9D9D. Windows color (decimal): -2650038 or 4886743. OLE color: 4886743.
HSL color Cylindrical-coordinate representation of color #D7904A: hue angle of 29.79º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7904A is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 144 | 74 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.16 |
| HSL | 29.79º | 0.64% | 0.57% | - |
| HSV(B) | 29.79º | 0.66% | 0.84% | - |
| XYZ | 39.23 | 34.89 | 11.14 | - |
| YUV | 157.25 | 81.02 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 144 | 74 | 0 | 0.33 | 0.66 | 0.16 | 29.79 | 0.64 | 0.57 |
| Hex | D7 | 90 | 4A | 0 | 21 | 42 | 10 | 1E | 40 | 39 |
| Octal | 327 | 220 | 112 | 0 | 41 | 102 | 20 | 36 | 100 | 71 |
| Binary | 11010111 | 10010000 | 1001010 | 0 | 100001 | 1000010 | 10000 | 11110 | 1000000 | 111001 |
Color Harmonies of #D7904A
Complementary color
Monochromatic Colors of #D7904A
Black with #D7904A
Text Example
Text Example
White with #D7904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7904A; }
p { color: rgb(215,144,74); }
H1.HeaderClassName
{
color: #D7904A;
}
.AnyTagClassName
{
color: #D7904A;
}
</style>
background-color css
<style>
a { background-color: #D7904A; }
a { background-color: rgb(215,144,74); }
div.DivClassName
{
background-color: #D7904A;
}
.BgClassName
{
background-color: #D7904A;
}
</style>
border-color css
<style>
span { border-color: #D7904A; }
span { border-color: rgb(215,144,74); }
td.TdClassName
{
border-color: #D7904A;
}
.TagClassName
{
border-color: #D7904A;
}
</style>