Shades of Fuel Yellow #D19D3E
Tints of Fuel Yellow #D19D3E
RGB
CMYK
RGB Variations
Color information
#D19D3E (or 0xD19D3E) is known color: Fuel Yellow. HEX triplet: D1, 9D and 3E. RGB value is (209,157,62). Sum of RGB (Red+Green+Blue) = 209+157+62=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19D3E is #2E62C1. Grayscale: #A2A2A2. Windows color (decimal): -3039938 or 4103633. OLE color: 4103633.
HSL color Cylindrical-coordinate representation of color #D19D3E: hue angle of 38.78º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D19D3E is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 62 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.18 |
| HSL | 38.78º | 0.62% | 0.53% | - |
| HSV(B) | 38.78º | 0.7% | 0.82% | - |
| XYZ | 39.22 | 38.02 | 9.83 | - |
| YUV | 161.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 62 | 0 | 0.25 | 0.70 | 0.18 | 38.78 | 0.62 | 0.53 |
| Hex | D1 | 9D | 3E | 0 | 19 | 46 | 12 | 27 | 3E | 35 |
| Octal | 321 | 235 | 76 | 0 | 31 | 106 | 22 | 47 | 76 | 65 |
| Binary | 11010001 | 10011101 | 111110 | 0 | 11001 | 1000110 | 10010 | 100111 | 111110 | 110101 |
Color Harmonies of #D19D3E
Complementary color
Monochromatic Colors of #D19D3E
Black with #D19D3E
Text Example
Text Example
White with #D19D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D3E; }
p { color: rgb(209,157,62); }
H1.HeaderClassName
{
color: #D19D3E;
}
.AnyTagClassName
{
color: #D19D3E;
}
</style>
background-color css
<style>
a { background-color: #D19D3E; }
a { background-color: rgb(209,157,62); }
div.DivClassName
{
background-color: #D19D3E;
}
.BgClassName
{
background-color: #D19D3E;
}
</style>
border-color css
<style>
span { border-color: #D19D3E; }
span { border-color: rgb(209,157,62); }
td.TdClassName
{
border-color: #D19D3E;
}
.TagClassName
{
border-color: #D19D3E;
}
</style>