Shades of Fuel Yellow #D19E3A
Tints of Fuel Yellow #D19E3A
RGB
CMYK
RGB Variations
Color information
#D19E3A (or 0xD19E3A) is known color: Fuel Yellow. HEX triplet: D1, 9E and 3A. RGB value is (209,158,58). Sum of RGB (Red+Green+Blue) = 209+158+58=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E3A is #2E61C5. Grayscale: #A2A2A2. Windows color (decimal): -3039686 or 3841745. OLE color: 3841745.
HSL color Cylindrical-coordinate representation of color #D19E3A: hue angle of 39.74º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D19E3A is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 58 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.18 |
| HSL | 39.74º | 0.62% | 0.52% | - |
| HSV(B) | 39.74º | 0.72% | 0.82% | - |
| XYZ | 39.29 | 38.31 | 9.33 | - |
| YUV | 161.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 58 | 0 | 0.24 | 0.72 | 0.18 | 39.74 | 0.62 | 0.52 |
| Hex | D1 | 9E | 3A | 0 | 18 | 48 | 12 | 28 | 3E | 34 |
| Octal | 321 | 236 | 72 | 0 | 30 | 110 | 22 | 50 | 76 | 64 |
| Binary | 11010001 | 10011110 | 111010 | 0 | 11000 | 1001000 | 10010 | 101000 | 111110 | 110100 |
Color Harmonies of #D19E3A
Complementary color
Monochromatic Colors of #D19E3A
Black with #D19E3A
Text Example
Text Example
White with #D19E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E3A; }
p { color: rgb(209,158,58); }
H1.HeaderClassName
{
color: #D19E3A;
}
.AnyTagClassName
{
color: #D19E3A;
}
</style>
background-color css
<style>
a { background-color: #D19E3A; }
a { background-color: rgb(209,158,58); }
div.DivClassName
{
background-color: #D19E3A;
}
.BgClassName
{
background-color: #D19E3A;
}
</style>
border-color css
<style>
span { border-color: #D19E3A; }
span { border-color: rgb(209,158,58); }
td.TdClassName
{
border-color: #D19E3A;
}
.TagClassName
{
border-color: #D19E3A;
}
</style>