Shades of Fuel Yellow #D19931
Tints of Fuel Yellow #D19931
RGB
CMYK
RGB Variations
Color information
#D19931 (or 0xD19931) is known color: Fuel Yellow. HEX triplet: D1, 99 and 31. RGB value is (209,153,49). Sum of RGB (Red+Green+Blue) = 209+153+49=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D19931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19931 is #2E66CE. Grayscale: #9E9E9E. Windows color (decimal): -3040975 or 3250641. OLE color: 3250641.
HSL color Cylindrical-coordinate representation of color #D19931: hue angle of 39º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D19931 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 49 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.18 |
| HSL | 39º | 0.63% | 0.51% | - |
| HSV(B) | 39º | 0.77% | 0.82% | - |
| XYZ | 38.24 | 36.56 | 7.95 | - |
| YUV | 157.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 49 | 0 | 0.27 | 0.77 | 0.18 | 39 | 0.63 | 0.51 |
| Hex | D1 | 99 | 31 | 0 | 1B | 4D | 12 | 27 | 3F | 33 |
| Octal | 321 | 231 | 61 | 0 | 33 | 115 | 22 | 47 | 77 | 63 |
| Binary | 11010001 | 10011001 | 110001 | 0 | 11011 | 1001101 | 10010 | 100111 | 111111 | 110011 |
Color Harmonies of #D19931
Complementary color
Monochromatic Colors of #D19931
Black with #D19931
Text Example
Text Example
White with #D19931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19931; }
p { color: rgb(209,153,49); }
H1.HeaderClassName
{
color: #D19931;
}
.AnyTagClassName
{
color: #D19931;
}
</style>
background-color css
<style>
a { background-color: #D19931; }
a { background-color: rgb(209,153,49); }
div.DivClassName
{
background-color: #D19931;
}
.BgClassName
{
background-color: #D19931;
}
</style>
border-color css
<style>
span { border-color: #D19931; }
span { border-color: rgb(209,153,49); }
td.TdClassName
{
border-color: #D19931;
}
.TagClassName
{
border-color: #D19931;
}
</style>