Shades of Fuel Yellow #D48E2E
Tints of Fuel Yellow #D48E2E
RGB
CMYK
RGB Variations
Color information
#D48E2E (or 0xD48E2E) is known color: Fuel Yellow. HEX triplet: D4, 8E and 2E. RGB value is (212,142,46). Sum of RGB (Red+Green+Blue) = 212+142+46=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E2E is #2B71D1. Grayscale: #989898. Windows color (decimal): -2847186 or 3051220. OLE color: 3051220.
HSL color Cylindrical-coordinate representation of color #D48E2E: hue angle of 34.7º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D48E2E is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 46 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.17 |
| HSL | 34.7º | 0.66% | 0.51% | - |
| HSV(B) | 34.7º | 0.78% | 0.83% | - |
| XYZ | 37.32 | 33.54 | 7.09 | - |
| YUV | 151.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 46 | 0 | 0.33 | 0.78 | 0.17 | 34.7 | 0.66 | 0.51 |
| Hex | D4 | 8E | 2E | 0 | 21 | 4E | 11 | 23 | 42 | 33 |
| Octal | 324 | 216 | 56 | 0 | 41 | 116 | 21 | 43 | 102 | 63 |
| Binary | 11010100 | 10001110 | 101110 | 0 | 100001 | 1001110 | 10001 | 100011 | 1000010 | 110011 |
Color Harmonies of #D48E2E
Complementary color
Monochromatic Colors of #D48E2E
Black with #D48E2E
Text Example
Text Example
White with #D48E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E2E; }
p { color: rgb(212,142,46); }
H1.HeaderClassName
{
color: #D48E2E;
}
.AnyTagClassName
{
color: #D48E2E;
}
</style>
background-color css
<style>
a { background-color: #D48E2E; }
a { background-color: rgb(212,142,46); }
div.DivClassName
{
background-color: #D48E2E;
}
.BgClassName
{
background-color: #D48E2E;
}
</style>
border-color css
<style>
span { border-color: #D48E2E; }
span { border-color: rgb(212,142,46); }
td.TdClassName
{
border-color: #D48E2E;
}
.TagClassName
{
border-color: #D48E2E;
}
</style>