Shades of Fuel Yellow #D48937
Tints of Fuel Yellow #D48937
RGB
CMYK
RGB Variations
Color information
#D48937 (or 0xD48937) is known color: Fuel Yellow. HEX triplet: D4, 89 and 37. RGB value is (212,137,55). Sum of RGB (Red+Green+Blue) = 212+137+55=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D48937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48937 is #2B76C8. Grayscale: #969696. Windows color (decimal): -2848457 or 3639764. OLE color: 3639764.
HSL color Cylindrical-coordinate representation of color #D48937: hue angle of 31.34º 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 #D48937 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 137 | 55 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.17 |
| HSL | 31.34º | 0.65% | 0.52% | - |
| HSV(B) | 31.34º | 0.74% | 0.83% | - |
| XYZ | 36.79 | 32.16 | 7.88 | - |
| YUV | 150.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 137 | 55 | 0 | 0.35 | 0.74 | 0.17 | 31.34 | 0.65 | 0.52 |
| Hex | D4 | 89 | 37 | 0 | 23 | 4A | 11 | 1F | 41 | 34 |
| Octal | 324 | 211 | 67 | 0 | 43 | 112 | 21 | 37 | 101 | 64 |
| Binary | 11010100 | 10001001 | 110111 | 0 | 100011 | 1001010 | 10001 | 11111 | 1000001 | 110100 |
Color Harmonies of #D48937
Complementary color
Monochromatic Colors of #D48937
Black with #D48937
Text Example
Text Example
White with #D48937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48937; }
p { color: rgb(212,137,55); }
H1.HeaderClassName
{
color: #D48937;
}
.AnyTagClassName
{
color: #D48937;
}
</style>
background-color css
<style>
a { background-color: #D48937; }
a { background-color: rgb(212,137,55); }
div.DivClassName
{
background-color: #D48937;
}
.BgClassName
{
background-color: #D48937;
}
</style>
border-color css
<style>
span { border-color: #D48937; }
span { border-color: rgb(212,137,55); }
td.TdClassName
{
border-color: #D48937;
}
.TagClassName
{
border-color: #D48937;
}
</style>