Shades of Fuel Yellow #D78E3C
Tints of Fuel Yellow #D78E3C
RGB
CMYK
RGB Variations
Color information
#D78E3C (or 0xD78E3C) is known color: Fuel Yellow. HEX triplet: D7, 8E and 3C. RGB value is (215,142,60). Sum of RGB (Red+Green+Blue) = 215+142+60=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78E3C is #2871C3. Grayscale: #9A9A9A. Windows color (decimal): -2650564 or 3968727. OLE color: 3968727.
HSL color Cylindrical-coordinate representation of color #D78E3C: hue angle of 31.74º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D78E3C is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 142 | 60 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.16 |
| HSL | 31.74º | 0.66% | 0.54% | - |
| HSV(B) | 31.74º | 0.72% | 0.84% | - |
| XYZ | 38.51 | 34.12 | 8.83 | - |
| YUV | 154.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 60 | 0 | 0.34 | 0.72 | 0.16 | 31.74 | 0.66 | 0.54 |
| Hex | D7 | 8E | 3C | 0 | 22 | 48 | 10 | 20 | 42 | 36 |
| Octal | 327 | 216 | 74 | 0 | 42 | 110 | 20 | 40 | 102 | 66 |
| Binary | 11010111 | 10001110 | 111100 | 0 | 100010 | 1001000 | 10000 | 100000 | 1000010 | 110110 |
Color Harmonies of #D78E3C
Complementary color
Monochromatic Colors of #D78E3C
Black with #D78E3C
Text Example
Text Example
White with #D78E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78E3C; }
p { color: rgb(215,142,60); }
H1.HeaderClassName
{
color: #D78E3C;
}
.AnyTagClassName
{
color: #D78E3C;
}
</style>
background-color css
<style>
a { background-color: #D78E3C; }
a { background-color: rgb(215,142,60); }
div.DivClassName
{
background-color: #D78E3C;
}
.BgClassName
{
background-color: #D78E3C;
}
</style>
border-color css
<style>
span { border-color: #D78E3C; }
span { border-color: rgb(215,142,60); }
td.TdClassName
{
border-color: #D78E3C;
}
.TagClassName
{
border-color: #D78E3C;
}
</style>