Shades of Fuel Yellow #D39931
Tints of Fuel Yellow #D39931
RGB
CMYK
RGB Variations
Color information
#D39931 (or 0xD39931) is known color: Fuel Yellow. HEX triplet: D3, 99 and 31. RGB value is (211,153,49). Sum of RGB (Red+Green+Blue) = 211+153+49=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D39931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39931 is #2C66CE. Grayscale: #9E9E9E. Windows color (decimal): -2909903 or 3250643. OLE color: 3250643.
HSL color Cylindrical-coordinate representation of color #D39931: hue angle of 38.52º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D39931 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 49 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.17 |
| HSL | 38.52º | 0.65% | 0.51% | - |
| HSV(B) | 38.52º | 0.77% | 0.83% | - |
| XYZ | 38.81 | 36.85 | 7.97 | - |
| YUV | 158.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 49 | 0 | 0.27 | 0.77 | 0.17 | 38.52 | 0.65 | 0.51 |
| Hex | D3 | 99 | 31 | 0 | 1B | 4D | 11 | 27 | 41 | 33 |
| Octal | 323 | 231 | 61 | 0 | 33 | 115 | 21 | 47 | 101 | 63 |
| Binary | 11010011 | 10011001 | 110001 | 0 | 11011 | 1001101 | 10001 | 100111 | 1000001 | 110011 |
Color Harmonies of #D39931
Complementary color
Monochromatic Colors of #D39931
Black with #D39931
Text Example
Text Example
White with #D39931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39931; }
p { color: rgb(211,153,49); }
H1.HeaderClassName
{
color: #D39931;
}
.AnyTagClassName
{
color: #D39931;
}
</style>
background-color css
<style>
a { background-color: #D39931; }
a { background-color: rgb(211,153,49); }
div.DivClassName
{
background-color: #D39931;
}
.BgClassName
{
background-color: #D39931;
}
</style>
border-color css
<style>
span { border-color: #D39931; }
span { border-color: rgb(211,153,49); }
td.TdClassName
{
border-color: #D39931;
}
.TagClassName
{
border-color: #D39931;
}
</style>