Shades of Fuel Yellow #D19138
Tints of Fuel Yellow #D19138
RGB
CMYK
RGB Variations
Color information
#D19138 (or 0xD19138) is known color: Fuel Yellow. HEX triplet: D1, 91 and 38. RGB value is (209,145,56). Sum of RGB (Red+Green+Blue) = 209+145+56=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D19138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19138 is #2E6EC7. Grayscale: #9A9A9A. Windows color (decimal): -3043016 or 3707345. OLE color: 3707345.
HSL color Cylindrical-coordinate representation of color #D19138: hue angle of 34.9º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D19138 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 56 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.18 |
| HSL | 34.9º | 0.62% | 0.52% | - |
| HSV(B) | 34.9º | 0.73% | 0.82% | - |
| XYZ | 37.13 | 34.09 | 8.36 | - |
| YUV | 153.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 56 | 0 | 0.31 | 0.73 | 0.18 | 34.9 | 0.62 | 0.52 |
| Hex | D1 | 91 | 38 | 0 | 1F | 49 | 12 | 23 | 3E | 34 |
| Octal | 321 | 221 | 70 | 0 | 37 | 111 | 22 | 43 | 76 | 64 |
| Binary | 11010001 | 10010001 | 111000 | 0 | 11111 | 1001001 | 10010 | 100011 | 111110 | 110100 |
Color Harmonies of #D19138
Complementary color
Monochromatic Colors of #D19138
Black with #D19138
Text Example
Text Example
White with #D19138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19138; }
p { color: rgb(209,145,56); }
H1.HeaderClassName
{
color: #D19138;
}
.AnyTagClassName
{
color: #D19138;
}
</style>
background-color css
<style>
a { background-color: #D19138; }
a { background-color: rgb(209,145,56); }
div.DivClassName
{
background-color: #D19138;
}
.BgClassName
{
background-color: #D19138;
}
</style>
border-color css
<style>
span { border-color: #D19138; }
span { border-color: rgb(209,145,56); }
td.TdClassName
{
border-color: #D19138;
}
.TagClassName
{
border-color: #D19138;
}
</style>