Shades of Fuel Yellow #D48E38
Tints of Fuel Yellow #D48E38
RGB
CMYK
RGB Variations
Color information
#D48E38 (or 0xD48E38) is known color: Fuel Yellow. HEX triplet: D4, 8E and 38. RGB value is (212,142,56). Sum of RGB (Red+Green+Blue) = 212+142+56=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E38 is #2B71C7. Grayscale: #999999. Windows color (decimal): -2847176 or 3706580. OLE color: 3706580.
HSL color Cylindrical-coordinate representation of color #D48E38: hue angle of 33.08º 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 #D48E38 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 56 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.17 |
| HSL | 33.08º | 0.64% | 0.53% | - |
| HSV(B) | 33.08º | 0.74% | 0.83% | - |
| XYZ | 37.54 | 33.63 | 8.25 | - |
| YUV | 153.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 56 | 0 | 0.33 | 0.74 | 0.17 | 33.08 | 0.64 | 0.53 |
| Hex | D4 | 8E | 38 | 0 | 21 | 4A | 11 | 21 | 40 | 35 |
| Octal | 324 | 216 | 70 | 0 | 41 | 112 | 21 | 41 | 100 | 65 |
| Binary | 11010100 | 10001110 | 111000 | 0 | 100001 | 1001010 | 10001 | 100001 | 1000000 | 110101 |
Color Harmonies of #D48E38
Complementary color
Monochromatic Colors of #D48E38
Black with #D48E38
Text Example
Text Example
White with #D48E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E38; }
p { color: rgb(212,142,56); }
H1.HeaderClassName
{
color: #D48E38;
}
.AnyTagClassName
{
color: #D48E38;
}
</style>
background-color css
<style>
a { background-color: #D48E38; }
a { background-color: rgb(212,142,56); }
div.DivClassName
{
background-color: #D48E38;
}
.BgClassName
{
background-color: #D48E38;
}
</style>
border-color css
<style>
span { border-color: #D48E38; }
span { border-color: rgb(212,142,56); }
td.TdClassName
{
border-color: #D48E38;
}
.TagClassName
{
border-color: #D48E38;
}
</style>