Shades of Fuel Yellow #D19332
Tints of Fuel Yellow #D19332
RGB
CMYK
RGB Variations
Color information
#D19332 (or 0xD19332) is known color: Fuel Yellow. HEX triplet: D1, 93 and 32. RGB value is (209,147,50). Sum of RGB (Red+Green+Blue) = 209+147+50=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D19332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19332 is #2E6CCD. Grayscale: #9A9A9A. Windows color (decimal): -3042510 or 3314641. OLE color: 3314641.
HSL color Cylindrical-coordinate representation of color #D19332: hue angle of 36.6º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D19332 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 50 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.18 |
| HSL | 36.6º | 0.63% | 0.51% | - |
| HSV(B) | 36.6º | 0.76% | 0.82% | - |
| XYZ | 37.3 | 34.65 | 7.74 | - |
| YUV | 154.48 | 69.04 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 50 | 0 | 0.30 | 0.76 | 0.18 | 36.6 | 0.63 | 0.51 |
| Hex | D1 | 93 | 32 | 0 | 1E | 4C | 12 | 25 | 3F | 33 |
| Octal | 321 | 223 | 62 | 0 | 36 | 114 | 22 | 45 | 77 | 63 |
| Binary | 11010001 | 10010011 | 110010 | 0 | 11110 | 1001100 | 10010 | 100101 | 111111 | 110011 |
Color Harmonies of #D19332
Complementary color
Monochromatic Colors of #D19332
Black with #D19332
Text Example
Text Example
White with #D19332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19332; }
p { color: rgb(209,147,50); }
H1.HeaderClassName
{
color: #D19332;
}
.AnyTagClassName
{
color: #D19332;
}
</style>
background-color css
<style>
a { background-color: #D19332; }
a { background-color: rgb(209,147,50); }
div.DivClassName
{
background-color: #D19332;
}
.BgClassName
{
background-color: #D19332;
}
</style>
border-color css
<style>
span { border-color: #D19332; }
span { border-color: rgb(209,147,50); }
td.TdClassName
{
border-color: #D19332;
}
.TagClassName
{
border-color: #D19332;
}
</style>