Shades of Fire Bush #D79B4D
Tints of Fire Bush #D79B4D
RGB
CMYK
RGB Variations
Color information
#D79B4D (or 0xD79B4D) is known color: Fire Bush. HEX triplet: D7, 9B and 4D. RGB value is (215,155,77). Sum of RGB (Red+Green+Blue) = 215+155+77=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79B4D is #2864B2. Grayscale: #A4A4A4. Windows color (decimal): -2647219 or 5086167. OLE color: 5086167.
HSL color Cylindrical-coordinate representation of color #D79B4D: hue angle of 33.91º 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 #D79B4D is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 77 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.16 |
| HSL | 33.91º | 0.63% | 0.57% | - |
| HSV(B) | 33.91º | 0.64% | 0.84% | - |
| XYZ | 41.09 | 38.43 | 12.27 | - |
| YUV | 164.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 77 | 0 | 0.28 | 0.64 | 0.16 | 33.91 | 0.63 | 0.57 |
| Hex | D7 | 9B | 4D | 0 | 1C | 40 | 10 | 22 | 3F | 39 |
| Octal | 327 | 233 | 115 | 0 | 34 | 100 | 20 | 42 | 77 | 71 |
| Binary | 11010111 | 10011011 | 1001101 | 0 | 11100 | 1000000 | 10000 | 100010 | 111111 | 111001 |
Color Harmonies of #D79B4D
Complementary color
Monochromatic Colors of #D79B4D
Black with #D79B4D
Text Example
Text Example
White with #D79B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79B4D; }
p { color: rgb(215,155,77); }
H1.HeaderClassName
{
color: #D79B4D;
}
.AnyTagClassName
{
color: #D79B4D;
}
</style>
background-color css
<style>
a { background-color: #D79B4D; }
a { background-color: rgb(215,155,77); }
div.DivClassName
{
background-color: #D79B4D;
}
.BgClassName
{
background-color: #D79B4D;
}
</style>
border-color css
<style>
span { border-color: #D79B4D; }
span { border-color: rgb(215,155,77); }
td.TdClassName
{
border-color: #D79B4D;
}
.TagClassName
{
border-color: #D79B4D;
}
</style>