Shades of Fuel Yellow #D18C2E
Tints of Fuel Yellow #D18C2E
RGB
CMYK
RGB Variations
Color information
#D18C2E (or 0xD18C2E) is known color: Fuel Yellow. HEX triplet: D1, 8C and 2E. RGB value is (209,140,46). Sum of RGB (Red+Green+Blue) = 209+140+46=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C2E is #2E73D1. Grayscale: #969696. Windows color (decimal): -3044306 or 3050705. OLE color: 3050705.
HSL color Cylindrical-coordinate representation of color #D18C2E: hue angle of 34.6º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D18C2E is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 46 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.18 |
| HSL | 34.6º | 0.64% | 0.5% | - |
| HSV(B) | 34.6º | 0.78% | 0.82% | - |
| XYZ | 36.17 | 32.51 | 6.95 | - |
| YUV | 149.92 | 69.36 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 46 | 0 | 0.33 | 0.78 | 0.18 | 34.6 | 0.64 | 0.5 |
| Hex | D1 | 8C | 2E | 0 | 21 | 4E | 12 | 23 | 40 | 32 |
| Octal | 321 | 214 | 56 | 0 | 41 | 116 | 22 | 43 | 100 | 62 |
| Binary | 11010001 | 10001100 | 101110 | 0 | 100001 | 1001110 | 10010 | 100011 | 1000000 | 110010 |
Color Harmonies of #D18C2E
Complementary color
Monochromatic Colors of #D18C2E
Black with #D18C2E
Text Example
Text Example
White with #D18C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C2E; }
p { color: rgb(209,140,46); }
H1.HeaderClassName
{
color: #D18C2E;
}
.AnyTagClassName
{
color: #D18C2E;
}
</style>
background-color css
<style>
a { background-color: #D18C2E; }
a { background-color: rgb(209,140,46); }
div.DivClassName
{
background-color: #D18C2E;
}
.BgClassName
{
background-color: #D18C2E;
}
</style>
border-color css
<style>
span { border-color: #D18C2E; }
span { border-color: rgb(209,140,46); }
td.TdClassName
{
border-color: #D18C2E;
}
.TagClassName
{
border-color: #D18C2E;
}
</style>