Shades of Fuel Yellow #D79A36
Tints of Fuel Yellow #D79A36
RGB
CMYK
RGB Variations
Color information
#D79A36 (or 0xD79A36) is known color: Fuel Yellow. HEX triplet: D7, 9A and 36. RGB value is (215,154,54). Sum of RGB (Red+Green+Blue) = 215+154+54=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79A36 is #2865C9. Grayscale: #A1A1A1. Windows color (decimal): -2647498 or 3578583. OLE color: 3578583.
HSL color Cylindrical-coordinate representation of color #D79A36: hue angle of 37.27º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D79A36 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 54 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.16 |
| HSL | 37.27º | 0.67% | 0.53% | - |
| HSV(B) | 37.27º | 0.75% | 0.84% | - |
| XYZ | 40.25 | 37.82 | 8.67 | - |
| YUV | 160.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 54 | 0 | 0.28 | 0.75 | 0.16 | 37.27 | 0.67 | 0.53 |
| Hex | D7 | 9A | 36 | 0 | 1C | 4B | 10 | 25 | 43 | 35 |
| Octal | 327 | 232 | 66 | 0 | 34 | 113 | 20 | 45 | 103 | 65 |
| Binary | 11010111 | 10011010 | 110110 | 0 | 11100 | 1001011 | 10000 | 100101 | 1000011 | 110101 |
Color Harmonies of #D79A36
Complementary color
Monochromatic Colors of #D79A36
Black with #D79A36
Text Example
Text Example
White with #D79A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A36; }
p { color: rgb(215,154,54); }
H1.HeaderClassName
{
color: #D79A36;
}
.AnyTagClassName
{
color: #D79A36;
}
</style>
background-color css
<style>
a { background-color: #D79A36; }
a { background-color: rgb(215,154,54); }
div.DivClassName
{
background-color: #D79A36;
}
.BgClassName
{
background-color: #D79A36;
}
</style>
border-color css
<style>
span { border-color: #D79A36; }
span { border-color: rgb(215,154,54); }
td.TdClassName
{
border-color: #D79A36;
}
.TagClassName
{
border-color: #D79A36;
}
</style>