Shades of Fuel Yellow #D19330
Tints of Fuel Yellow #D19330
RGB
CMYK
RGB Variations
Color information
#D19330 (or 0xD19330) is known color: Fuel Yellow. HEX triplet: D1, 93 and 30. RGB value is (209,147,48). Sum of RGB (Red+Green+Blue) = 209+147+48=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D19330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19330 is #2E6CCF. Grayscale: #9A9A9A. Windows color (decimal): -3042512 or 3183569. OLE color: 3183569.
HSL color Cylindrical-coordinate representation of color #D19330: hue angle of 36.89º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D19330 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 48 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.18 |
| HSL | 36.89º | 0.64% | 0.5% | - |
| HSV(B) | 36.89º | 0.77% | 0.82% | - |
| XYZ | 37.26 | 34.64 | 7.52 | - |
| YUV | 154.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 48 | 0 | 0.30 | 0.77 | 0.18 | 36.89 | 0.64 | 0.5 |
| Hex | D1 | 93 | 30 | 0 | 1E | 4D | 12 | 25 | 40 | 32 |
| Octal | 321 | 223 | 60 | 0 | 36 | 115 | 22 | 45 | 100 | 62 |
| Binary | 11010001 | 10010011 | 110000 | 0 | 11110 | 1001101 | 10010 | 100101 | 1000000 | 110010 |
Color Harmonies of #D19330
Complementary color
Monochromatic Colors of #D19330
Black with #D19330
Text Example
Text Example
White with #D19330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19330; }
p { color: rgb(209,147,48); }
H1.HeaderClassName
{
color: #D19330;
}
.AnyTagClassName
{
color: #D19330;
}
</style>
background-color css
<style>
a { background-color: #D19330; }
a { background-color: rgb(209,147,48); }
div.DivClassName
{
background-color: #D19330;
}
.BgClassName
{
background-color: #D19330;
}
</style>
border-color css
<style>
span { border-color: #D19330; }
span { border-color: rgb(209,147,48); }
td.TdClassName
{
border-color: #D19330;
}
.TagClassName
{
border-color: #D19330;
}
</style>