Shades of Fuel Yellow #D18C2D
Tints of Fuel Yellow #D18C2D
RGB
CMYK
RGB Variations
Color information
#D18C2D (or 0xD18C2D) is known color: Fuel Yellow. HEX triplet: D1, 8C and 2D. RGB value is (209,140,45). Sum of RGB (Red+Green+Blue) = 209+140+45=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C2D is #2E73D2. Grayscale: #969696. Windows color (decimal): -3044307 or 2985169. OLE color: 2985169.
HSL color Cylindrical-coordinate representation of color #D18C2D: hue angle of 34.76º degrees, saturation: 0.65, 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 #D18C2D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 45 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.18 |
| HSL | 34.76º | 0.65% | 0.5% | - |
| HSV(B) | 34.76º | 0.78% | 0.82% | - |
| XYZ | 36.15 | 32.5 | 6.85 | - |
| YUV | 149.8 | 68.86 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 45 | 0 | 0.33 | 0.78 | 0.18 | 34.76 | 0.65 | 0.5 |
| Hex | D1 | 8C | 2D | 0 | 21 | 4E | 12 | 23 | 41 | 32 |
| Octal | 321 | 214 | 55 | 0 | 41 | 116 | 22 | 43 | 101 | 62 |
| Binary | 11010001 | 10001100 | 101101 | 0 | 100001 | 1001110 | 10010 | 100011 | 1000001 | 110010 |
Color Harmonies of #D18C2D
Complementary color
Monochromatic Colors of #D18C2D
Black with #D18C2D
Text Example
Text Example
White with #D18C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18C2D; }
p { color: rgb(209,140,45); }
H1.HeaderClassName
{
color: #D18C2D;
}
.AnyTagClassName
{
color: #D18C2D;
}
</style>
background-color css
<style>
a { background-color: #D18C2D; }
a { background-color: rgb(209,140,45); }
div.DivClassName
{
background-color: #D18C2D;
}
.BgClassName
{
background-color: #D18C2D;
}
</style>
border-color css
<style>
span { border-color: #D18C2D; }
span { border-color: rgb(209,140,45); }
td.TdClassName
{
border-color: #D18C2D;
}
.TagClassName
{
border-color: #D18C2D;
}
</style>