Shades of Fuel Yellow #D18B2F
Tints of Fuel Yellow #D18B2F
RGB
CMYK
RGB Variations
Color information
#D18B2F (or 0xD18B2F) is known color: Fuel Yellow. HEX triplet: D1, 8B and 2F. RGB value is (209,139,47). Sum of RGB (Red+Green+Blue) = 209+139+47=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B2F is #2E74D0. Grayscale: #959595. Windows color (decimal): -3044561 or 3115985. OLE color: 3115985.
HSL color Cylindrical-coordinate representation of color #D18B2F: hue angle of 34.07º 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 #D18B2F is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 47 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.18 |
| HSL | 34.07º | 0.64% | 0.5% | - |
| HSV(B) | 34.07º | 0.78% | 0.82% | - |
| XYZ | 36.04 | 32.23 | 7.01 | - |
| YUV | 149.44 | 70.19 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 47 | 0 | 0.33 | 0.78 | 0.18 | 34.07 | 0.64 | 0.5 |
| Hex | D1 | 8B | 2F | 0 | 21 | 4E | 12 | 22 | 40 | 32 |
| Octal | 321 | 213 | 57 | 0 | 41 | 116 | 22 | 42 | 100 | 62 |
| Binary | 11010001 | 10001011 | 101111 | 0 | 100001 | 1001110 | 10010 | 100010 | 1000000 | 110010 |
Color Harmonies of #D18B2F
Complementary color
Monochromatic Colors of #D18B2F
Black with #D18B2F
Text Example
Text Example
White with #D18B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B2F; }
p { color: rgb(209,139,47); }
H1.HeaderClassName
{
color: #D18B2F;
}
.AnyTagClassName
{
color: #D18B2F;
}
</style>
background-color css
<style>
a { background-color: #D18B2F; }
a { background-color: rgb(209,139,47); }
div.DivClassName
{
background-color: #D18B2F;
}
.BgClassName
{
background-color: #D18B2F;
}
</style>
border-color css
<style>
span { border-color: #D18B2F; }
span { border-color: rgb(209,139,47); }
td.TdClassName
{
border-color: #D18B2F;
}
.TagClassName
{
border-color: #D18B2F;
}
</style>