Shades of Fuel Yellow #D88F3C
Tints of Fuel Yellow #D88F3C
RGB
CMYK
RGB Variations
Color information
#D88F3C (or 0xD88F3C) is known color: Fuel Yellow. HEX triplet: D8, 8F and 3C. RGB value is (216,143,60). Sum of RGB (Red+Green+Blue) = 216+143+60=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88F3C is #2770C3. Grayscale: #9B9B9B. Windows color (decimal): -2584772 or 3968984. OLE color: 3968984.
HSL color Cylindrical-coordinate representation of color #D88F3C: hue angle of 31.92º 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 #D88F3C is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 60 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.15 |
| HSL | 31.92º | 0.67% | 0.54% | - |
| HSV(B) | 31.92º | 0.72% | 0.85% | - |
| XYZ | 38.96 | 34.57 | 8.89 | - |
| YUV | 155.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 60 | 0 | 0.34 | 0.72 | 0.15 | 31.92 | 0.67 | 0.54 |
| Hex | D8 | 8F | 3C | 0 | 22 | 48 | F | 20 | 43 | 36 |
| Octal | 330 | 217 | 74 | 0 | 42 | 110 | 17 | 40 | 103 | 66 |
| Binary | 11011000 | 10001111 | 111100 | 0 | 100010 | 1001000 | 1111 | 100000 | 1000011 | 110110 |
Color Harmonies of #D88F3C
Complementary color
Monochromatic Colors of #D88F3C
Black with #D88F3C
Text Example
Text Example
White with #D88F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88F3C; }
p { color: rgb(216,143,60); }
H1.HeaderClassName
{
color: #D88F3C;
}
.AnyTagClassName
{
color: #D88F3C;
}
</style>
background-color css
<style>
a { background-color: #D88F3C; }
a { background-color: rgb(216,143,60); }
div.DivClassName
{
background-color: #D88F3C;
}
.BgClassName
{
background-color: #D88F3C;
}
</style>
border-color css
<style>
span { border-color: #D88F3C; }
span { border-color: rgb(216,143,60); }
td.TdClassName
{
border-color: #D88F3C;
}
.TagClassName
{
border-color: #D88F3C;
}
</style>