Shades of Fuel Yellow #D48E3B
Tints of Fuel Yellow #D48E3B
RGB
CMYK
RGB Variations
Color information
#D48E3B (or 0xD48E3B) is known color: Fuel Yellow. HEX triplet: D4, 8E and 3B. RGB value is (212,142,59). Sum of RGB (Red+Green+Blue) = 212+142+59=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E3B is #2B71C4. Grayscale: #999999. Windows color (decimal): -2847173 or 3903188. OLE color: 3903188.
HSL color Cylindrical-coordinate representation of color #D48E3B: hue angle of 32.55º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D48E3B is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 59 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.17 |
| HSL | 32.55º | 0.64% | 0.53% | - |
| HSV(B) | 32.55º | 0.72% | 0.83% | - |
| XYZ | 37.61 | 33.66 | 8.65 | - |
| YUV | 153.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 59 | 0 | 0.33 | 0.72 | 0.17 | 32.55 | 0.64 | 0.53 |
| Hex | D4 | 8E | 3B | 0 | 21 | 48 | 11 | 21 | 40 | 35 |
| Octal | 324 | 216 | 73 | 0 | 41 | 110 | 21 | 41 | 100 | 65 |
| Binary | 11010100 | 10001110 | 111011 | 0 | 100001 | 1001000 | 10001 | 100001 | 1000000 | 110101 |
Color Harmonies of #D48E3B
Complementary color
Monochromatic Colors of #D48E3B
Black with #D48E3B
Text Example
Text Example
White with #D48E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E3B; }
p { color: rgb(212,142,59); }
H1.HeaderClassName
{
color: #D48E3B;
}
.AnyTagClassName
{
color: #D48E3B;
}
</style>
background-color css
<style>
a { background-color: #D48E3B; }
a { background-color: rgb(212,142,59); }
div.DivClassName
{
background-color: #D48E3B;
}
.BgClassName
{
background-color: #D48E3B;
}
</style>
border-color css
<style>
span { border-color: #D48E3B; }
span { border-color: rgb(212,142,59); }
td.TdClassName
{
border-color: #D48E3B;
}
.TagClassName
{
border-color: #D48E3B;
}
</style>