Shades of Fuel Yellow #D19139
Tints of Fuel Yellow #D19139
RGB
CMYK
RGB Variations
Color information
#D19139 (or 0xD19139) is known color: Fuel Yellow. HEX triplet: D1, 91 and 39. RGB value is (209,145,57). Sum of RGB (Red+Green+Blue) = 209+145+57=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D19139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19139 is #2E6EC6. Grayscale: #9A9A9A. Windows color (decimal): -3043015 or 3772881. OLE color: 3772881.
HSL color Cylindrical-coordinate representation of color #D19139: hue angle of 34.74º 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 #D19139 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 57 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.18 |
| HSL | 34.74º | 0.62% | 0.52% | - |
| HSV(B) | 34.74º | 0.73% | 0.82% | - |
| XYZ | 37.16 | 34.1 | 8.49 | - |
| YUV | 154.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 57 | 0 | 0.31 | 0.73 | 0.18 | 34.74 | 0.62 | 0.52 |
| Hex | D1 | 91 | 39 | 0 | 1F | 49 | 12 | 23 | 3E | 34 |
| Octal | 321 | 221 | 71 | 0 | 37 | 111 | 22 | 43 | 76 | 64 |
| Binary | 11010001 | 10010001 | 111001 | 0 | 11111 | 1001001 | 10010 | 100011 | 111110 | 110100 |
Color Harmonies of #D19139
Complementary color
Monochromatic Colors of #D19139
Black with #D19139
Text Example
Text Example
White with #D19139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19139; }
p { color: rgb(209,145,57); }
H1.HeaderClassName
{
color: #D19139;
}
.AnyTagClassName
{
color: #D19139;
}
</style>
background-color css
<style>
a { background-color: #D19139; }
a { background-color: rgb(209,145,57); }
div.DivClassName
{
background-color: #D19139;
}
.BgClassName
{
background-color: #D19139;
}
</style>
border-color css
<style>
span { border-color: #D19139; }
span { border-color: rgb(209,145,57); }
td.TdClassName
{
border-color: #D19139;
}
.TagClassName
{
border-color: #D19139;
}
</style>