Shades of Fuel Yellow #D19D32
Tints of Fuel Yellow #D19D32
RGB
CMYK
RGB Variations
Color information
#D19D32 (or 0xD19D32) is known color: Fuel Yellow. HEX triplet: D1, 9D and 32. RGB value is (209,157,50). Sum of RGB (Red+Green+Blue) = 209+157+50=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D32 is #2E62CD. Grayscale: #A0A0A0. Windows color (decimal): -3039950 or 3317201. OLE color: 3317201.
HSL color Cylindrical-coordinate representation of color #D19D32: hue angle of 40.38º 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 #D19D32 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 50 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.18 |
| HSL | 40.38º | 0.63% | 0.51% | - |
| HSV(B) | 40.38º | 0.76% | 0.82% | - |
| XYZ | 38.93 | 37.9 | 8.28 | - |
| YUV | 160.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 50 | 0 | 0.25 | 0.76 | 0.18 | 40.38 | 0.63 | 0.51 |
| Hex | D1 | 9D | 32 | 0 | 19 | 4C | 12 | 28 | 3F | 33 |
| Octal | 321 | 235 | 62 | 0 | 31 | 114 | 22 | 50 | 77 | 63 |
| Binary | 11010001 | 10011101 | 110010 | 0 | 11001 | 1001100 | 10010 | 101000 | 111111 | 110011 |
Color Harmonies of #D19D32
Complementary color
Monochromatic Colors of #D19D32
Black with #D19D32
Text Example
Text Example
White with #D19D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D32; }
p { color: rgb(209,157,50); }
H1.HeaderClassName
{
color: #D19D32;
}
.AnyTagClassName
{
color: #D19D32;
}
</style>
background-color css
<style>
a { background-color: #D19D32; }
a { background-color: rgb(209,157,50); }
div.DivClassName
{
background-color: #D19D32;
}
.BgClassName
{
background-color: #D19D32;
}
</style>
border-color css
<style>
span { border-color: #D19D32; }
span { border-color: rgb(209,157,50); }
td.TdClassName
{
border-color: #D19D32;
}
.TagClassName
{
border-color: #D19D32;
}
</style>