Shades of Fuel Yellow #D18B2C
Tints of Fuel Yellow #D18B2C
RGB
CMYK
RGB Variations
Color information
#D18B2C (or 0xD18B2C) is known color: Fuel Yellow. HEX triplet: D1, 8B and 2C. RGB value is (209,139,44). Sum of RGB (Red+Green+Blue) = 209+139+44=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B2C is #2E74D3. Grayscale: #959595. Windows color (decimal): -3044564 or 2919377. OLE color: 2919377.
HSL color Cylindrical-coordinate representation of color #D18B2C: hue angle of 34.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D18B2C is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 44 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.18 |
| HSL | 34.55º | 0.65% | 0.5% | - |
| HSV(B) | 34.55º | 0.79% | 0.82% | - |
| XYZ | 35.98 | 32.2 | 6.7 | - |
| YUV | 149.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 44 | 0 | 0.33 | 0.79 | 0.18 | 34.55 | 0.65 | 0.5 |
| Hex | D1 | 8B | 2C | 0 | 21 | 4F | 12 | 23 | 41 | 32 |
| Octal | 321 | 213 | 54 | 0 | 41 | 117 | 22 | 43 | 101 | 62 |
| Binary | 11010001 | 10001011 | 101100 | 0 | 100001 | 1001111 | 10010 | 100011 | 1000001 | 110010 |
Color Harmonies of #D18B2C
Complementary color
Monochromatic Colors of #D18B2C
Black with #D18B2C
Text Example
Text Example
White with #D18B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B2C; }
p { color: rgb(209,139,44); }
H1.HeaderClassName
{
color: #D18B2C;
}
.AnyTagClassName
{
color: #D18B2C;
}
</style>
background-color css
<style>
a { background-color: #D18B2C; }
a { background-color: rgb(209,139,44); }
div.DivClassName
{
background-color: #D18B2C;
}
.BgClassName
{
background-color: #D18B2C;
}
</style>
border-color css
<style>
span { border-color: #D18B2C; }
span { border-color: rgb(209,139,44); }
td.TdClassName
{
border-color: #D18B2C;
}
.TagClassName
{
border-color: #D18B2C;
}
</style>