Shades of Fire Bush #D79A3A
Tints of Fire Bush #D79A3A
RGB
CMYK
RGB Variations
Color information
#D79A3A (or 0xD79A3A) is known color: Fire Bush. HEX triplet: D7, 9A and 3A. RGB value is (215,154,58). Sum of RGB (Red+Green+Blue) = 215+154+58=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79A3A is #2865C5. Grayscale: #A1A1A1. Windows color (decimal): -2647494 or 3840727. OLE color: 3840727.
HSL color Cylindrical-coordinate representation of color #D79A3A: hue angle of 36.69º 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 #D79A3A is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 58 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.16 |
| HSL | 36.69º | 0.66% | 0.54% | - |
| HSV(B) | 36.69º | 0.73% | 0.84% | - |
| XYZ | 40.34 | 37.86 | 9.19 | - |
| YUV | 161.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 58 | 0 | 0.28 | 0.73 | 0.16 | 36.69 | 0.66 | 0.54 |
| Hex | D7 | 9A | 3A | 0 | 1C | 49 | 10 | 25 | 42 | 36 |
| Octal | 327 | 232 | 72 | 0 | 34 | 111 | 20 | 45 | 102 | 66 |
| Binary | 11010111 | 10011010 | 111010 | 0 | 11100 | 1001001 | 10000 | 100101 | 1000010 | 110110 |
Color Harmonies of #D79A3A
Complementary color
Monochromatic Colors of #D79A3A
Black with #D79A3A
Text Example
Text Example
White with #D79A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A3A; }
p { color: rgb(215,154,58); }
H1.HeaderClassName
{
color: #D79A3A;
}
.AnyTagClassName
{
color: #D79A3A;
}
</style>
background-color css
<style>
a { background-color: #D79A3A; }
a { background-color: rgb(215,154,58); }
div.DivClassName
{
background-color: #D79A3A;
}
.BgClassName
{
background-color: #D79A3A;
}
</style>
border-color css
<style>
span { border-color: #D79A3A; }
span { border-color: rgb(215,154,58); }
td.TdClassName
{
border-color: #D79A3A;
}
.TagClassName
{
border-color: #D79A3A;
}
</style>