Shades of Fuel Yellow #D49E3A
Tints of Fuel Yellow #D49E3A
RGB
CMYK
RGB Variations
Color information
#D49E3A (or 0xD49E3A) is known color: Fuel Yellow. HEX triplet: D4, 9E and 3A. RGB value is (212,158,58). Sum of RGB (Red+Green+Blue) = 212+158+58=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49E3A is #2B61C5. Grayscale: #A3A3A3. Windows color (decimal): -2843078 or 3841748. OLE color: 3841748.
HSL color Cylindrical-coordinate representation of color #D49E3A: hue angle of 38.96º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D49E3A is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 58 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.17 |
| HSL | 38.96º | 0.64% | 0.53% | - |
| HSV(B) | 38.96º | 0.73% | 0.83% | - |
| XYZ | 40.14 | 38.76 | 9.37 | - |
| YUV | 162.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 58 | 0 | 0.25 | 0.73 | 0.17 | 38.96 | 0.64 | 0.53 |
| Hex | D4 | 9E | 3A | 0 | 19 | 49 | 11 | 27 | 40 | 35 |
| Octal | 324 | 236 | 72 | 0 | 31 | 111 | 21 | 47 | 100 | 65 |
| Binary | 11010100 | 10011110 | 111010 | 0 | 11001 | 1001001 | 10001 | 100111 | 1000000 | 110101 |
Color Harmonies of #D49E3A
Complementary color
Monochromatic Colors of #D49E3A
Black with #D49E3A
Text Example
Text Example
White with #D49E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E3A; }
p { color: rgb(212,158,58); }
H1.HeaderClassName
{
color: #D49E3A;
}
.AnyTagClassName
{
color: #D49E3A;
}
</style>
background-color css
<style>
a { background-color: #D49E3A; }
a { background-color: rgb(212,158,58); }
div.DivClassName
{
background-color: #D49E3A;
}
.BgClassName
{
background-color: #D49E3A;
}
</style>
border-color css
<style>
span { border-color: #D49E3A; }
span { border-color: rgb(212,158,58); }
td.TdClassName
{
border-color: #D49E3A;
}
.TagClassName
{
border-color: #D49E3A;
}
</style>