Shades of Fuel Yellow #D49830
Tints of Fuel Yellow #D49830
RGB
CMYK
RGB Variations
Color information
#D49830 (or 0xD49830) is known color: Fuel Yellow. HEX triplet: D4, 98 and 30. RGB value is (212,152,48). Sum of RGB (Red+Green+Blue) = 212+152+48=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D49830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49830 is #2B67CF. Grayscale: #9E9E9E. Windows color (decimal): -2844624 or 3184852. OLE color: 3184852.
HSL color Cylindrical-coordinate representation of color #D49830: hue angle of 38.05º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D49830 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 48 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.17 |
| HSL | 38.05º | 0.66% | 0.51% | - |
| HSV(B) | 38.05º | 0.77% | 0.83% | - |
| XYZ | 38.91 | 36.67 | 7.82 | - |
| YUV | 158.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 48 | 0 | 0.28 | 0.77 | 0.17 | 38.05 | 0.66 | 0.51 |
| Hex | D4 | 98 | 30 | 0 | 1C | 4D | 11 | 26 | 42 | 33 |
| Octal | 324 | 230 | 60 | 0 | 34 | 115 | 21 | 46 | 102 | 63 |
| Binary | 11010100 | 10011000 | 110000 | 0 | 11100 | 1001101 | 10001 | 100110 | 1000010 | 110011 |
Color Harmonies of #D49830
Complementary color
Monochromatic Colors of #D49830
Black with #D49830
Text Example
Text Example
White with #D49830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49830; }
p { color: rgb(212,152,48); }
H1.HeaderClassName
{
color: #D49830;
}
.AnyTagClassName
{
color: #D49830;
}
</style>
background-color css
<style>
a { background-color: #D49830; }
a { background-color: rgb(212,152,48); }
div.DivClassName
{
background-color: #D49830;
}
.BgClassName
{
background-color: #D49830;
}
</style>
border-color css
<style>
span { border-color: #D49830; }
span { border-color: rgb(212,152,48); }
td.TdClassName
{
border-color: #D49830;
}
.TagClassName
{
border-color: #D49830;
}
</style>