Shades of Fire Bush #D79B3A
Tints of Fire Bush #D79B3A
RGB
CMYK
RGB Variations
Color information
#D79B3A (or 0xD79B3A) is known color: Fire Bush. HEX triplet: D7, 9B and 3A. RGB value is (215,155,58). Sum of RGB (Red+Green+Blue) = 215+155+58=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79B3A is #2864C5. Grayscale: #A2A2A2. Windows color (decimal): -2647238 or 3840983. OLE color: 3840983.
HSL color Cylindrical-coordinate representation of color #D79B3A: hue angle of 37.07º 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 #D79B3A is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 58 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.16 |
| HSL | 37.07º | 0.66% | 0.54% | - |
| HSV(B) | 37.07º | 0.73% | 0.84% | - |
| XYZ | 40.51 | 38.2 | 9.24 | - |
| YUV | 161.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 58 | 0 | 0.28 | 0.73 | 0.16 | 37.07 | 0.66 | 0.54 |
| Hex | D7 | 9B | 3A | 0 | 1C | 49 | 10 | 25 | 42 | 36 |
| Octal | 327 | 233 | 72 | 0 | 34 | 111 | 20 | 45 | 102 | 66 |
| Binary | 11010111 | 10011011 | 111010 | 0 | 11100 | 1001001 | 10000 | 100101 | 1000010 | 110110 |
Color Harmonies of #D79B3A
Complementary color
Monochromatic Colors of #D79B3A
Black with #D79B3A
Text Example
Text Example
White with #D79B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79B3A; }
p { color: rgb(215,155,58); }
H1.HeaderClassName
{
color: #D79B3A;
}
.AnyTagClassName
{
color: #D79B3A;
}
</style>
background-color css
<style>
a { background-color: #D79B3A; }
a { background-color: rgb(215,155,58); }
div.DivClassName
{
background-color: #D79B3A;
}
.BgClassName
{
background-color: #D79B3A;
}
</style>
border-color css
<style>
span { border-color: #D79B3A; }
span { border-color: rgb(215,155,58); }
td.TdClassName
{
border-color: #D79B3A;
}
.TagClassName
{
border-color: #D79B3A;
}
</style>