Shades of Fuel Yellow #D18D31
Tints of Fuel Yellow #D18D31
RGB
CMYK
RGB Variations
Color information
#D18D31 (or 0xD18D31) is known color: Fuel Yellow. HEX triplet: D1, 8D and 31. RGB value is (209,141,49). Sum of RGB (Red+Green+Blue) = 209+141+49=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18D31 is #2E72CE. Grayscale: #979797. Windows color (decimal): -3044047 or 3247569. OLE color: 3247569.
HSL color Cylindrical-coordinate representation of color #D18D31: hue angle of 34.5º 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 #D18D31 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 141 | 49 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.18 |
| HSL | 34.5º | 0.63% | 0.51% | - |
| HSV(B) | 34.5º | 0.77% | 0.82% | - |
| XYZ | 36.37 | 32.83 | 7.32 | - |
| YUV | 150.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 141 | 49 | 0 | 0.33 | 0.77 | 0.18 | 34.5 | 0.63 | 0.51 |
| Hex | D1 | 8D | 31 | 0 | 21 | 4D | 12 | 22 | 3F | 33 |
| Octal | 321 | 215 | 61 | 0 | 41 | 115 | 22 | 42 | 77 | 63 |
| Binary | 11010001 | 10001101 | 110001 | 0 | 100001 | 1001101 | 10010 | 100010 | 111111 | 110011 |
Color Harmonies of #D18D31
Complementary color
Monochromatic Colors of #D18D31
Black with #D18D31
Text Example
Text Example
White with #D18D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18D31; }
p { color: rgb(209,141,49); }
H1.HeaderClassName
{
color: #D18D31;
}
.AnyTagClassName
{
color: #D18D31;
}
</style>
background-color css
<style>
a { background-color: #D18D31; }
a { background-color: rgb(209,141,49); }
div.DivClassName
{
background-color: #D18D31;
}
.BgClassName
{
background-color: #D18D31;
}
</style>
border-color css
<style>
span { border-color: #D18D31; }
span { border-color: rgb(209,141,49); }
td.TdClassName
{
border-color: #D18D31;
}
.TagClassName
{
border-color: #D18D31;
}
</style>