Shades of Fuel Yellow #D88E3C
Tints of Fuel Yellow #D88E3C
RGB
CMYK
RGB Variations
Color information
#D88E3C (or 0xD88E3C) is known color: Fuel Yellow. HEX triplet: D8, 8E and 3C. RGB value is (216,142,60). Sum of RGB (Red+Green+Blue) = 216+142+60=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88E3C is #2771C3. Grayscale: #9B9B9B. Windows color (decimal): -2585028 or 3968728. OLE color: 3968728.
HSL color Cylindrical-coordinate representation of color #D88E3C: hue angle of 31.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D88E3C is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 60 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.15 |
| HSL | 31.54º | 0.67% | 0.54% | - |
| HSV(B) | 31.54º | 0.72% | 0.85% | - |
| XYZ | 38.81 | 34.27 | 8.84 | - |
| YUV | 154.78 | 74.52 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 60 | 0 | 0.34 | 0.72 | 0.15 | 31.54 | 0.67 | 0.54 |
| Hex | D8 | 8E | 3C | 0 | 22 | 48 | F | 20 | 43 | 36 |
| Octal | 330 | 216 | 74 | 0 | 42 | 110 | 17 | 40 | 103 | 66 |
| Binary | 11011000 | 10001110 | 111100 | 0 | 100010 | 1001000 | 1111 | 100000 | 1000011 | 110110 |
Color Harmonies of #D88E3C
Complementary color
Monochromatic Colors of #D88E3C
Black with #D88E3C
Text Example
Text Example
White with #D88E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E3C; }
p { color: rgb(216,142,60); }
H1.HeaderClassName
{
color: #D88E3C;
}
.AnyTagClassName
{
color: #D88E3C;
}
</style>
background-color css
<style>
a { background-color: #D88E3C; }
a { background-color: rgb(216,142,60); }
div.DivClassName
{
background-color: #D88E3C;
}
.BgClassName
{
background-color: #D88E3C;
}
</style>
border-color css
<style>
span { border-color: #D88E3C; }
span { border-color: rgb(216,142,60); }
td.TdClassName
{
border-color: #D88E3C;
}
.TagClassName
{
border-color: #D88E3C;
}
</style>