Shades of Fuel Yellow #D19C31
Tints of Fuel Yellow #D19C31
RGB
CMYK
RGB Variations
Color information
#D19C31 (or 0xD19C31) is known color: Fuel Yellow. HEX triplet: D1, 9C and 31. RGB value is (209,156,49). Sum of RGB (Red+Green+Blue) = 209+156+49=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19C31 is #2E63CE. Grayscale: #A0A0A0. Windows color (decimal): -3040207 or 3251409. OLE color: 3251409.
HSL color Cylindrical-coordinate representation of color #D19C31: hue angle of 40.12º 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 #D19C31 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 49 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.18 |
| HSL | 40.13º | 0.63% | 0.51% | - |
| HSV(B) | 40.13º | 0.77% | 0.82% | - |
| XYZ | 38.74 | 37.55 | 8.11 | - |
| YUV | 159.65 | 65.56 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 49 | 0 | 0.25 | 0.77 | 0.18 | 40.13 | 0.63 | 0.51 |
| Hex | D1 | 9C | 31 | 0 | 19 | 4D | 12 | 28 | 3F | 33 |
| Octal | 321 | 234 | 61 | 0 | 31 | 115 | 22 | 50 | 77 | 63 |
| Binary | 11010001 | 10011100 | 110001 | 0 | 11001 | 1001101 | 10010 | 101000 | 111111 | 110011 |
Color Harmonies of #D19C31
Complementary color
Monochromatic Colors of #D19C31
Black with #D19C31
Text Example
Text Example
White with #D19C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C31; }
p { color: rgb(209,156,49); }
H1.HeaderClassName
{
color: #D19C31;
}
.AnyTagClassName
{
color: #D19C31;
}
</style>
background-color css
<style>
a { background-color: #D19C31; }
a { background-color: rgb(209,156,49); }
div.DivClassName
{
background-color: #D19C31;
}
.BgClassName
{
background-color: #D19C31;
}
</style>
border-color css
<style>
span { border-color: #D19C31; }
span { border-color: rgb(209,156,49); }
td.TdClassName
{
border-color: #D19C31;
}
.TagClassName
{
border-color: #D19C31;
}
</style>