Shades of Fuel Yellow #D19031
Tints of Fuel Yellow #D19031
RGB
CMYK
RGB Variations
Color information
#D19031 (or 0xD19031) is known color: Fuel Yellow. HEX triplet: D1, 90 and 31. RGB value is (209,144,49). Sum of RGB (Red+Green+Blue) = 209+144+49=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D19031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19031 is #2E6FCE. Grayscale: #999999. Windows color (decimal): -3043279 or 3248337. OLE color: 3248337.
HSL color Cylindrical-coordinate representation of color #D19031: hue angle of 35.62º 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 #D19031 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 49 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.18 |
| HSL | 35.63º | 0.63% | 0.51% | - |
| HSV(B) | 35.63º | 0.77% | 0.82% | - |
| XYZ | 36.82 | 33.72 | 7.47 | - |
| YUV | 152.61 | 69.53 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 49 | 0 | 0.31 | 0.77 | 0.18 | 35.63 | 0.63 | 0.51 |
| Hex | D1 | 90 | 31 | 0 | 1F | 4D | 12 | 24 | 3F | 33 |
| Octal | 321 | 220 | 61 | 0 | 37 | 115 | 22 | 44 | 77 | 63 |
| Binary | 11010001 | 10010000 | 110001 | 0 | 11111 | 1001101 | 10010 | 100100 | 111111 | 110011 |
Color Harmonies of #D19031
Complementary color
Monochromatic Colors of #D19031
Black with #D19031
Text Example
Text Example
White with #D19031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19031; }
p { color: rgb(209,144,49); }
H1.HeaderClassName
{
color: #D19031;
}
.AnyTagClassName
{
color: #D19031;
}
</style>
background-color css
<style>
a { background-color: #D19031; }
a { background-color: rgb(209,144,49); }
div.DivClassName
{
background-color: #D19031;
}
.BgClassName
{
background-color: #D19031;
}
</style>
border-color css
<style>
span { border-color: #D19031; }
span { border-color: rgb(209,144,49); }
td.TdClassName
{
border-color: #D19031;
}
.TagClassName
{
border-color: #D19031;
}
</style>