Shades of Fuel Yellow #D79934
Tints of Fuel Yellow #D79934
RGB
CMYK
RGB Variations
Color information
#D79934 (or 0xD79934) is known color: Fuel Yellow. HEX triplet: D7, 99 and 34. RGB value is (215,153,52). Sum of RGB (Red+Green+Blue) = 215+153+52=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D79934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79934 is #2866CB. Grayscale: #A0A0A0. Windows color (decimal): -2647756 or 3447255. OLE color: 3447255.
HSL color Cylindrical-coordinate representation of color #D79934: hue angle of 37.18º 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 #D79934 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 52 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.16 |
| HSL | 37.18º | 0.67% | 0.52% | - |
| HSV(B) | 37.18º | 0.76% | 0.84% | - |
| XYZ | 40.04 | 37.48 | 8.37 | - |
| YUV | 160.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 52 | 0 | 0.29 | 0.76 | 0.16 | 37.18 | 0.67 | 0.52 |
| Hex | D7 | 99 | 34 | 0 | 1D | 4C | 10 | 25 | 43 | 34 |
| Octal | 327 | 231 | 64 | 0 | 35 | 114 | 20 | 45 | 103 | 64 |
| Binary | 11010111 | 10011001 | 110100 | 0 | 11101 | 1001100 | 10000 | 100101 | 1000011 | 110100 |
Color Harmonies of #D79934
Complementary color
Monochromatic Colors of #D79934
Black with #D79934
Text Example
Text Example
White with #D79934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79934; }
p { color: rgb(215,153,52); }
H1.HeaderClassName
{
color: #D79934;
}
.AnyTagClassName
{
color: #D79934;
}
</style>
background-color css
<style>
a { background-color: #D79934; }
a { background-color: rgb(215,153,52); }
div.DivClassName
{
background-color: #D79934;
}
.BgClassName
{
background-color: #D79934;
}
</style>
border-color css
<style>
span { border-color: #D79934; }
span { border-color: rgb(215,153,52); }
td.TdClassName
{
border-color: #D79934;
}
.TagClassName
{
border-color: #D79934;
}
</style>