Shades of Fuel Yellow #D18F30
Tints of Fuel Yellow #D18F30
RGB
CMYK
RGB Variations
Color information
#D18F30 (or 0xD18F30) is known color: Fuel Yellow. HEX triplet: D1, 8F and 30. RGB value is (209,143,48). Sum of RGB (Red+Green+Blue) = 209+143+48=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F30 is #2E70CF. Grayscale: #989898. Windows color (decimal): -3043536 or 3182545. OLE color: 3182545.
HSL color Cylindrical-coordinate representation of color #D18F30: hue angle of 35.4º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D18F30 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 48 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.18 |
| HSL | 35.4º | 0.64% | 0.5% | - |
| HSV(B) | 35.4º | 0.77% | 0.82% | - |
| XYZ | 36.65 | 33.41 | 7.31 | - |
| YUV | 151.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 48 | 0 | 0.32 | 0.77 | 0.18 | 35.4 | 0.64 | 0.5 |
| Hex | D1 | 8F | 30 | 0 | 20 | 4D | 12 | 23 | 40 | 32 |
| Octal | 321 | 217 | 60 | 0 | 40 | 115 | 22 | 43 | 100 | 62 |
| Binary | 11010001 | 10001111 | 110000 | 0 | 100000 | 1001101 | 10010 | 100011 | 1000000 | 110010 |
Color Harmonies of #D18F30
Complementary color
Monochromatic Colors of #D18F30
Black with #D18F30
Text Example
Text Example
White with #D18F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F30; }
p { color: rgb(209,143,48); }
H1.HeaderClassName
{
color: #D18F30;
}
.AnyTagClassName
{
color: #D18F30;
}
</style>
background-color css
<style>
a { background-color: #D18F30; }
a { background-color: rgb(209,143,48); }
div.DivClassName
{
background-color: #D18F30;
}
.BgClassName
{
background-color: #D18F30;
}
</style>
border-color css
<style>
span { border-color: #D18F30; }
span { border-color: rgb(209,143,48); }
td.TdClassName
{
border-color: #D18F30;
}
.TagClassName
{
border-color: #D18F30;
}
</style>