Shades of Fire Bush #D7984A
Tints of Fire Bush #D7984A
RGB
CMYK
RGB Variations
Color information
#D7984A (or 0xD7984A) is known color: Fire Bush. HEX triplet: D7, 98 and 4A. RGB value is (215,152,74). Sum of RGB (Red+Green+Blue) = 215+152+74=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7984A is #2867B5. Grayscale: #A2A2A2. Windows color (decimal): -2647990 or 4888791. OLE color: 4888791.
HSL color Cylindrical-coordinate representation of color #D7984A: hue angle of 33.19º 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 #D7984A is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 74 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.16 |
| HSL | 33.19º | 0.64% | 0.57% | - |
| HSV(B) | 33.19º | 0.66% | 0.84% | - |
| XYZ | 40.49 | 37.4 | 11.56 | - |
| YUV | 161.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 74 | 0 | 0.29 | 0.66 | 0.16 | 33.19 | 0.64 | 0.57 |
| Hex | D7 | 98 | 4A | 0 | 1D | 42 | 10 | 21 | 40 | 39 |
| Octal | 327 | 230 | 112 | 0 | 35 | 102 | 20 | 41 | 100 | 71 |
| Binary | 11010111 | 10011000 | 1001010 | 0 | 11101 | 1000010 | 10000 | 100001 | 1000000 | 111001 |
Color Harmonies of #D7984A
Complementary color
Monochromatic Colors of #D7984A
Black with #D7984A
Text Example
Text Example
White with #D7984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7984A; }
p { color: rgb(215,152,74); }
H1.HeaderClassName
{
color: #D7984A;
}
.AnyTagClassName
{
color: #D7984A;
}
</style>
background-color css
<style>
a { background-color: #D7984A; }
a { background-color: rgb(215,152,74); }
div.DivClassName
{
background-color: #D7984A;
}
.BgClassName
{
background-color: #D7984A;
}
</style>
border-color css
<style>
span { border-color: #D7984A; }
span { border-color: rgb(215,152,74); }
td.TdClassName
{
border-color: #D7984A;
}
.TagClassName
{
border-color: #D7984A;
}
</style>