Shades of Fuel Yellow #D49838
Tints of Fuel Yellow #D49838
RGB
CMYK
RGB Variations
Color information
#D49838 (or 0xD49838) is known color: Fuel Yellow. HEX triplet: D4, 98 and 38. RGB value is (212,152,56). Sum of RGB (Red+Green+Blue) = 212+152+56=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D49838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49838 is #2B67C7. Grayscale: #9F9F9F. Windows color (decimal): -2844616 or 3709140. OLE color: 3709140.
HSL color Cylindrical-coordinate representation of color #D49838: hue angle of 36.92º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D49838 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 56 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.17 |
| HSL | 36.92º | 0.64% | 0.53% | - |
| HSV(B) | 36.92º | 0.74% | 0.83% | - |
| XYZ | 39.09 | 36.74 | 8.77 | - |
| YUV | 159 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 56 | 0 | 0.28 | 0.74 | 0.17 | 36.92 | 0.64 | 0.53 |
| Hex | D4 | 98 | 38 | 0 | 1C | 4A | 11 | 25 | 40 | 35 |
| Octal | 324 | 230 | 70 | 0 | 34 | 112 | 21 | 45 | 100 | 65 |
| Binary | 11010100 | 10011000 | 111000 | 0 | 11100 | 1001010 | 10001 | 100101 | 1000000 | 110101 |
Color Harmonies of #D49838
Complementary color
Monochromatic Colors of #D49838
Black with #D49838
Text Example
Text Example
White with #D49838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49838; }
p { color: rgb(212,152,56); }
H1.HeaderClassName
{
color: #D49838;
}
.AnyTagClassName
{
color: #D49838;
}
</style>
background-color css
<style>
a { background-color: #D49838; }
a { background-color: rgb(212,152,56); }
div.DivClassName
{
background-color: #D49838;
}
.BgClassName
{
background-color: #D49838;
}
</style>
border-color css
<style>
span { border-color: #D49838; }
span { border-color: rgb(212,152,56); }
td.TdClassName
{
border-color: #D49838;
}
.TagClassName
{
border-color: #D49838;
}
</style>