Shades of Fire Bush #D79B4A
Tints of Fire Bush #D79B4A
RGB
CMYK
RGB Variations
Color information
#D79B4A (or 0xD79B4A) is known color: Fire Bush. HEX triplet: D7, 9B and 4A. RGB value is (215,155,74). Sum of RGB (Red+Green+Blue) = 215+155+74=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79B4A is #2864B5. Grayscale: #A4A4A4. Windows color (decimal): -2647222 or 4889559. OLE color: 4889559.
HSL color Cylindrical-coordinate representation of color #D79B4A: hue angle of 34.47º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D79B4A is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 74 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.16 |
| HSL | 34.47º | 0.64% | 0.57% | - |
| HSV(B) | 34.47º | 0.66% | 0.84% | - |
| XYZ | 40.98 | 38.38 | 11.73 | - |
| YUV | 163.71 | 77.38 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 74 | 0 | 0.28 | 0.66 | 0.16 | 34.47 | 0.64 | 0.57 |
| Hex | D7 | 9B | 4A | 0 | 1C | 42 | 10 | 22 | 40 | 39 |
| Octal | 327 | 233 | 112 | 0 | 34 | 102 | 20 | 42 | 100 | 71 |
| Binary | 11010111 | 10011011 | 1001010 | 0 | 11100 | 1000010 | 10000 | 100010 | 1000000 | 111001 |
Color Harmonies of #D79B4A
Complementary color
Monochromatic Colors of #D79B4A
Black with #D79B4A
Text Example
Text Example
White with #D79B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79B4A; }
p { color: rgb(215,155,74); }
H1.HeaderClassName
{
color: #D79B4A;
}
.AnyTagClassName
{
color: #D79B4A;
}
</style>
background-color css
<style>
a { background-color: #D79B4A; }
a { background-color: rgb(215,155,74); }
div.DivClassName
{
background-color: #D79B4A;
}
.BgClassName
{
background-color: #D79B4A;
}
</style>
border-color css
<style>
span { border-color: #D79B4A; }
span { border-color: rgb(215,155,74); }
td.TdClassName
{
border-color: #D79B4A;
}
.TagClassName
{
border-color: #D79B4A;
}
</style>