Shades of Fuel Yellow #D18C3A
Tints of Fuel Yellow #D18C3A
RGB
CMYK
RGB Variations
Color information
#D18C3A (or 0xD18C3A) is known color: Fuel Yellow. HEX triplet: D1, 8C and 3A. RGB value is (209,140,58). Sum of RGB (Red+Green+Blue) = 209+140+58=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C3A is #2E73C5. Grayscale: #979797. Windows color (decimal): -3044294 or 3837137. OLE color: 3837137.
HSL color Cylindrical-coordinate representation of color #D18C3A: hue angle of 32.58º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D18C3A is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 58 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.18 |
| HSL | 32.58º | 0.62% | 0.52% | - |
| HSV(B) | 32.58º | 0.72% | 0.82% | - |
| XYZ | 36.44 | 32.62 | 8.38 | - |
| YUV | 151.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 58 | 0 | 0.33 | 0.72 | 0.18 | 32.58 | 0.62 | 0.52 |
| Hex | D1 | 8C | 3A | 0 | 21 | 48 | 12 | 21 | 3E | 34 |
| Octal | 321 | 214 | 72 | 0 | 41 | 110 | 22 | 41 | 76 | 64 |
| Binary | 11010001 | 10001100 | 111010 | 0 | 100001 | 1001000 | 10010 | 100001 | 111110 | 110100 |
Color Harmonies of #D18C3A
Complementary color
Monochromatic Colors of #D18C3A
Black with #D18C3A
Text Example
Text Example
White with #D18C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C3A; }
p { color: rgb(209,140,58); }
H1.HeaderClassName
{
color: #D18C3A;
}
.AnyTagClassName
{
color: #D18C3A;
}
</style>
background-color css
<style>
a { background-color: #D18C3A; }
a { background-color: rgb(209,140,58); }
div.DivClassName
{
background-color: #D18C3A;
}
.BgClassName
{
background-color: #D18C3A;
}
</style>
border-color css
<style>
span { border-color: #D18C3A; }
span { border-color: rgb(209,140,58); }
td.TdClassName
{
border-color: #D18C3A;
}
.TagClassName
{
border-color: #D18C3A;
}
</style>