Shades of Fire Bush #D79D3E
Tints of Fire Bush #D79D3E
RGB
CMYK
RGB Variations
Color information
#D79D3E (or 0xD79D3E) is known color: Fire Bush. HEX triplet: D7, 9D and 3E. RGB value is (215,157,62). Sum of RGB (Red+Green+Blue) = 215+157+62=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79D3E is #2862C1. Grayscale: #A3A3A3. Windows color (decimal): -2646722 or 4103639. OLE color: 4103639.
HSL color Cylindrical-coordinate representation of color #D79D3E: hue angle of 37.25º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D79D3E is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 62 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.16 |
| HSL | 37.25º | 0.66% | 0.54% | - |
| HSV(B) | 37.25º | 0.71% | 0.84% | - |
| XYZ | 40.95 | 38.91 | 9.91 | - |
| YUV | 163.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 62 | 0 | 0.27 | 0.71 | 0.16 | 37.25 | 0.66 | 0.54 |
| Hex | D7 | 9D | 3E | 0 | 1B | 47 | 10 | 25 | 42 | 36 |
| Octal | 327 | 235 | 76 | 0 | 33 | 107 | 20 | 45 | 102 | 66 |
| Binary | 11010111 | 10011101 | 111110 | 0 | 11011 | 1000111 | 10000 | 100101 | 1000010 | 110110 |
Color Harmonies of #D79D3E
Complementary color
Monochromatic Colors of #D79D3E
Black with #D79D3E
Text Example
Text Example
White with #D79D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D3E; }
p { color: rgb(215,157,62); }
H1.HeaderClassName
{
color: #D79D3E;
}
.AnyTagClassName
{
color: #D79D3E;
}
</style>
background-color css
<style>
a { background-color: #D79D3E; }
a { background-color: rgb(215,157,62); }
div.DivClassName
{
background-color: #D79D3E;
}
.BgClassName
{
background-color: #D79D3E;
}
</style>
border-color css
<style>
span { border-color: #D79D3E; }
span { border-color: rgb(215,157,62); }
td.TdClassName
{
border-color: #D79D3E;
}
.TagClassName
{
border-color: #D79D3E;
}
</style>