Shades of Fire Bush #D79D3B
Tints of Fire Bush #D79D3B
RGB
CMYK
RGB Variations
Color information
#D79D3B (or 0xD79D3B) is known color: Fire Bush. HEX triplet: D7, 9D and 3B. RGB value is (215,157,59). Sum of RGB (Red+Green+Blue) = 215+157+59=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79D3B is #2862C4. Grayscale: #A3A3A3. Windows color (decimal): -2646725 or 3907031. OLE color: 3907031.
HSL color Cylindrical-coordinate representation of color #D79D3B: hue angle of 37.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 #D79D3B is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 59 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.16 |
| HSL | 37.69º | 0.66% | 0.54% | - |
| HSV(B) | 37.69º | 0.73% | 0.84% | - |
| XYZ | 40.87 | 38.88 | 9.49 | - |
| YUV | 163.17 | 69.22 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 59 | 0 | 0.27 | 0.73 | 0.16 | 37.69 | 0.66 | 0.54 |
| Hex | D7 | 9D | 3B | 0 | 1B | 49 | 10 | 26 | 42 | 36 |
| Octal | 327 | 235 | 73 | 0 | 33 | 111 | 20 | 46 | 102 | 66 |
| Binary | 11010111 | 10011101 | 111011 | 0 | 11011 | 1001001 | 10000 | 100110 | 1000010 | 110110 |
Color Harmonies of #D79D3B
Complementary color
Monochromatic Colors of #D79D3B
Black with #D79D3B
Text Example
Text Example
White with #D79D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D3B; }
p { color: rgb(215,157,59); }
H1.HeaderClassName
{
color: #D79D3B;
}
.AnyTagClassName
{
color: #D79D3B;
}
</style>
background-color css
<style>
a { background-color: #D79D3B; }
a { background-color: rgb(215,157,59); }
div.DivClassName
{
background-color: #D79D3B;
}
.BgClassName
{
background-color: #D79D3B;
}
</style>
border-color css
<style>
span { border-color: #D79D3B; }
span { border-color: rgb(215,157,59); }
td.TdClassName
{
border-color: #D79D3B;
}
.TagClassName
{
border-color: #D79D3B;
}
</style>