Shades of Fuel Yellow #D18F2F
Tints of Fuel Yellow #D18F2F
RGB
CMYK
RGB Variations
Color information
#D18F2F (or 0xD18F2F) is known color: Fuel Yellow. HEX triplet: D1, 8F and 2F. RGB value is (209,143,47). Sum of RGB (Red+Green+Blue) = 209+143+47=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F2F is #2E70D0. Grayscale: #989898. Windows color (decimal): -3043537 or 3117009. OLE color: 3117009.
HSL color Cylindrical-coordinate representation of color #D18F2F: hue angle of 35.56º 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 #D18F2F is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 47 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.18 |
| HSL | 35.56º | 0.64% | 0.5% | - |
| HSV(B) | 35.56º | 0.78% | 0.82% | - |
| XYZ | 36.63 | 33.41 | 7.21 | - |
| YUV | 151.79 | 68.87 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 47 | 0 | 0.32 | 0.78 | 0.18 | 35.56 | 0.64 | 0.5 |
| Hex | D1 | 8F | 2F | 0 | 20 | 4E | 12 | 24 | 40 | 32 |
| Octal | 321 | 217 | 57 | 0 | 40 | 116 | 22 | 44 | 100 | 62 |
| Binary | 11010001 | 10001111 | 101111 | 0 | 100000 | 1001110 | 10010 | 100100 | 1000000 | 110010 |
Color Harmonies of #D18F2F
Complementary color
Monochromatic Colors of #D18F2F
Black with #D18F2F
Text Example
Text Example
White with #D18F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F2F; }
p { color: rgb(209,143,47); }
H1.HeaderClassName
{
color: #D18F2F;
}
.AnyTagClassName
{
color: #D18F2F;
}
</style>
background-color css
<style>
a { background-color: #D18F2F; }
a { background-color: rgb(209,143,47); }
div.DivClassName
{
background-color: #D18F2F;
}
.BgClassName
{
background-color: #D18F2F;
}
</style>
border-color css
<style>
span { border-color: #D18F2F; }
span { border-color: rgb(209,143,47); }
td.TdClassName
{
border-color: #D18F2F;
}
.TagClassName
{
border-color: #D18F2F;
}
</style>