Shades of Fire Bush #D79C4D
Tints of Fire Bush #D79C4D
RGB
CMYK
RGB Variations
Color information
#D79C4D (or 0xD79C4D) is known color: Fire Bush. HEX triplet: D7, 9C and 4D. RGB value is (215,156,77). Sum of RGB (Red+Green+Blue) = 215+156+77=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79C4D is #2863B2. Grayscale: #A5A5A5. Windows color (decimal): -2646963 or 5086423. OLE color: 5086423.
HSL color Cylindrical-coordinate representation of color #D79C4D: hue angle of 34.35º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D79C4D is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 156 | 77 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.16 |
| HSL | 34.35º | 0.63% | 0.57% | - |
| HSV(B) | 34.35º | 0.64% | 0.84% | - |
| XYZ | 41.25 | 38.76 | 12.33 | - |
| YUV | 164.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 156 | 77 | 0 | 0.27 | 0.64 | 0.16 | 34.35 | 0.63 | 0.57 |
| Hex | D7 | 9C | 4D | 0 | 1B | 40 | 10 | 22 | 3F | 39 |
| Octal | 327 | 234 | 115 | 0 | 33 | 100 | 20 | 42 | 77 | 71 |
| Binary | 11010111 | 10011100 | 1001101 | 0 | 11011 | 1000000 | 10000 | 100010 | 111111 | 111001 |
Color Harmonies of #D79C4D
Complementary color
Monochromatic Colors of #D79C4D
Black with #D79C4D
Text Example
Text Example
White with #D79C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79C4D; }
p { color: rgb(215,156,77); }
H1.HeaderClassName
{
color: #D79C4D;
}
.AnyTagClassName
{
color: #D79C4D;
}
</style>
background-color css
<style>
a { background-color: #D79C4D; }
a { background-color: rgb(215,156,77); }
div.DivClassName
{
background-color: #D79C4D;
}
.BgClassName
{
background-color: #D79C4D;
}
</style>
border-color css
<style>
span { border-color: #D79C4D; }
span { border-color: rgb(215,156,77); }
td.TdClassName
{
border-color: #D79C4D;
}
.TagClassName
{
border-color: #D79C4D;
}
</style>