Shades of Fuel Yellow #D49537
Tints of Fuel Yellow #D49537
RGB
CMYK
RGB Variations
Color information
#D49537 (or 0xD49537) is known color: Fuel Yellow. HEX triplet: D4, 95 and 37. RGB value is (212,149,55). Sum of RGB (Red+Green+Blue) = 212+149+55=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D49537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49537 is #2B6AC8. Grayscale: #9D9D9D. Windows color (decimal): -2845385 or 3642836. OLE color: 3642836.
HSL color Cylindrical-coordinate representation of color #D49537: hue angle of 35.92º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D49537 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 55 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.17 |
| HSL | 35.92º | 0.65% | 0.52% | - |
| HSV(B) | 35.92º | 0.74% | 0.83% | - |
| XYZ | 38.59 | 35.77 | 8.48 | - |
| YUV | 157.12 | 70.37 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 55 | 0 | 0.30 | 0.74 | 0.17 | 35.92 | 0.65 | 0.52 |
| Hex | D4 | 95 | 37 | 0 | 1E | 4A | 11 | 24 | 41 | 34 |
| Octal | 324 | 225 | 67 | 0 | 36 | 112 | 21 | 44 | 101 | 64 |
| Binary | 11010100 | 10010101 | 110111 | 0 | 11110 | 1001010 | 10001 | 100100 | 1000001 | 110100 |
Color Harmonies of #D49537
Complementary color
Monochromatic Colors of #D49537
Black with #D49537
Text Example
Text Example
White with #D49537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49537; }
p { color: rgb(212,149,55); }
H1.HeaderClassName
{
color: #D49537;
}
.AnyTagClassName
{
color: #D49537;
}
</style>
background-color css
<style>
a { background-color: #D49537; }
a { background-color: rgb(212,149,55); }
div.DivClassName
{
background-color: #D49537;
}
.BgClassName
{
background-color: #D49537;
}
</style>
border-color css
<style>
span { border-color: #D49537; }
span { border-color: rgb(212,149,55); }
td.TdClassName
{
border-color: #D49537;
}
.TagClassName
{
border-color: #D49537;
}
</style>