Shades of Fuel Yellow #D48F3C
Tints of Fuel Yellow #D48F3C
RGB
CMYK
RGB Variations
Color information
#D48F3C (or 0xD48F3C) is known color: Fuel Yellow. HEX triplet: D4, 8F and 3C. RGB value is (212,143,60). Sum of RGB (Red+Green+Blue) = 212+143+60=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48F3C is #2B70C3. Grayscale: #9A9A9A. Windows color (decimal): -2846916 or 3968980. OLE color: 3968980.
HSL color Cylindrical-coordinate representation of color #D48F3C: hue angle of 32.76º 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 #D48F3C is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 60 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.17 |
| HSL | 32.76º | 0.64% | 0.53% | - |
| HSV(B) | 32.76º | 0.72% | 0.83% | - |
| XYZ | 37.79 | 33.97 | 8.84 | - |
| YUV | 154.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 60 | 0 | 0.33 | 0.72 | 0.17 | 32.76 | 0.64 | 0.53 |
| Hex | D4 | 8F | 3C | 0 | 21 | 48 | 11 | 21 | 40 | 35 |
| Octal | 324 | 217 | 74 | 0 | 41 | 110 | 21 | 41 | 100 | 65 |
| Binary | 11010100 | 10001111 | 111100 | 0 | 100001 | 1001000 | 10001 | 100001 | 1000000 | 110101 |
Color Harmonies of #D48F3C
Complementary color
Monochromatic Colors of #D48F3C
Black with #D48F3C
Text Example
Text Example
White with #D48F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F3C; }
p { color: rgb(212,143,60); }
H1.HeaderClassName
{
color: #D48F3C;
}
.AnyTagClassName
{
color: #D48F3C;
}
</style>
background-color css
<style>
a { background-color: #D48F3C; }
a { background-color: rgb(212,143,60); }
div.DivClassName
{
background-color: #D48F3C;
}
.BgClassName
{
background-color: #D48F3C;
}
</style>
border-color css
<style>
span { border-color: #D48F3C; }
span { border-color: rgb(212,143,60); }
td.TdClassName
{
border-color: #D48F3C;
}
.TagClassName
{
border-color: #D48F3C;
}
</style>