Shades of Fuel Yellow #D79A34
Tints of Fuel Yellow #D79A34
RGB
CMYK
RGB Variations
Color information
#D79A34 (or 0xD79A34) is known color: Fuel Yellow. HEX triplet: D7, 9A and 34. RGB value is (215,154,52). Sum of RGB (Red+Green+Blue) = 215+154+52=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79A34 is #2865CB. Grayscale: #A1A1A1. Windows color (decimal): -2647500 or 3447511. OLE color: 3447511.
HSL color Cylindrical-coordinate representation of color #D79A34: hue angle of 37.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D79A34 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 52 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.16 |
| HSL | 37.55º | 0.67% | 0.52% | - |
| HSV(B) | 37.55º | 0.76% | 0.84% | - |
| XYZ | 40.2 | 37.81 | 8.43 | - |
| YUV | 160.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 52 | 0 | 0.28 | 0.76 | 0.16 | 37.55 | 0.67 | 0.52 |
| Hex | D7 | 9A | 34 | 0 | 1C | 4C | 10 | 26 | 43 | 34 |
| Octal | 327 | 232 | 64 | 0 | 34 | 114 | 20 | 46 | 103 | 64 |
| Binary | 11010111 | 10011010 | 110100 | 0 | 11100 | 1001100 | 10000 | 100110 | 1000011 | 110100 |
Color Harmonies of #D79A34
Complementary color
Monochromatic Colors of #D79A34
Black with #D79A34
Text Example
Text Example
White with #D79A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A34; }
p { color: rgb(215,154,52); }
H1.HeaderClassName
{
color: #D79A34;
}
.AnyTagClassName
{
color: #D79A34;
}
</style>
background-color css
<style>
a { background-color: #D79A34; }
a { background-color: rgb(215,154,52); }
div.DivClassName
{
background-color: #D79A34;
}
.BgClassName
{
background-color: #D79A34;
}
</style>
border-color css
<style>
span { border-color: #D79A34; }
span { border-color: rgb(215,154,52); }
td.TdClassName
{
border-color: #D79A34;
}
.TagClassName
{
border-color: #D79A34;
}
</style>