Shades of Fire Bush #D7993B
Tints of Fire Bush #D7993B
RGB
CMYK
RGB Variations
Color information
#D7993B (or 0xD7993B) is known color: Fire Bush. HEX triplet: D7, 99 and 3B. RGB value is (215,153,59). Sum of RGB (Red+Green+Blue) = 215+153+59=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7993B is #2866C4. Grayscale: #A1A1A1. Windows color (decimal): -2647749 or 3906007. OLE color: 3906007.
HSL color Cylindrical-coordinate representation of color #D7993B: hue angle of 36.15º 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 #D7993B is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 59 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.16 |
| HSL | 36.15º | 0.66% | 0.54% | - |
| HSV(B) | 36.15º | 0.73% | 0.84% | - |
| XYZ | 40.2 | 37.55 | 9.27 | - |
| YUV | 160.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 59 | 0 | 0.29 | 0.73 | 0.16 | 36.15 | 0.66 | 0.54 |
| Hex | D7 | 99 | 3B | 0 | 1D | 49 | 10 | 24 | 42 | 36 |
| Octal | 327 | 231 | 73 | 0 | 35 | 111 | 20 | 44 | 102 | 66 |
| Binary | 11010111 | 10011001 | 111011 | 0 | 11101 | 1001001 | 10000 | 100100 | 1000010 | 110110 |
Color Harmonies of #D7993B
Complementary color
Monochromatic Colors of #D7993B
Black with #D7993B
Text Example
Text Example
White with #D7993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7993B; }
p { color: rgb(215,153,59); }
H1.HeaderClassName
{
color: #D7993B;
}
.AnyTagClassName
{
color: #D7993B;
}
</style>
background-color css
<style>
a { background-color: #D7993B; }
a { background-color: rgb(215,153,59); }
div.DivClassName
{
background-color: #D7993B;
}
.BgClassName
{
background-color: #D7993B;
}
</style>
border-color css
<style>
span { border-color: #D7993B; }
span { border-color: rgb(215,153,59); }
td.TdClassName
{
border-color: #D7993B;
}
.TagClassName
{
border-color: #D7993B;
}
</style>