Shades of Fuel Yellow #D19A3F
Tints of Fuel Yellow #D19A3F
RGB
CMYK
RGB Variations
Color information
#D19A3F (or 0xD19A3F) is known color: Fuel Yellow. HEX triplet: D1, 9A and 3F. RGB value is (209,154,63). Sum of RGB (Red+Green+Blue) = 209+154+63=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19A3F is #2E65C0. Grayscale: #A0A0A0. Windows color (decimal): -3040705 or 4168401. OLE color: 4168401.
HSL color Cylindrical-coordinate representation of color #D19A3F: hue angle of 37.4º degrees, saturation: 0.61, 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 #D19A3F is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 63 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.18 |
| HSL | 37.4º | 0.61% | 0.53% | - |
| HSV(B) | 37.4º | 0.7% | 0.82% | - |
| XYZ | 38.75 | 37.03 | 9.81 | - |
| YUV | 160.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 63 | 0 | 0.26 | 0.70 | 0.18 | 37.4 | 0.61 | 0.53 |
| Hex | D1 | 9A | 3F | 0 | 1A | 46 | 12 | 25 | 3D | 35 |
| Octal | 321 | 232 | 77 | 0 | 32 | 106 | 22 | 45 | 75 | 65 |
| Binary | 11010001 | 10011010 | 111111 | 0 | 11010 | 1000110 | 10010 | 100101 | 111101 | 110101 |
Color Harmonies of #D19A3F
Complementary color
Monochromatic Colors of #D19A3F
Black with #D19A3F
Text Example
Text Example
White with #D19A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19A3F; }
p { color: rgb(209,154,63); }
H1.HeaderClassName
{
color: #D19A3F;
}
.AnyTagClassName
{
color: #D19A3F;
}
</style>
background-color css
<style>
a { background-color: #D19A3F; }
a { background-color: rgb(209,154,63); }
div.DivClassName
{
background-color: #D19A3F;
}
.BgClassName
{
background-color: #D19A3F;
}
</style>
border-color css
<style>
span { border-color: #D19A3F; }
span { border-color: rgb(209,154,63); }
td.TdClassName
{
border-color: #D19A3F;
}
.TagClassName
{
border-color: #D19A3F;
}
</style>