Shades of Fuel Yellow #D18A2F
Tints of Fuel Yellow #D18A2F
RGB
CMYK
RGB Variations
Color information
#D18A2F (or 0xD18A2F) is known color: Fuel Yellow. HEX triplet: D1, 8A and 2F. RGB value is (209,138,47). Sum of RGB (Red+Green+Blue) = 209+138+47=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A2F is #2E75D0. Grayscale: #959595. Windows color (decimal): -3044817 or 3115729. OLE color: 3115729.
HSL color Cylindrical-coordinate representation of color #D18A2F: hue angle of 33.7º 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 #D18A2F is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 47 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.18 |
| HSL | 33.7º | 0.64% | 0.5% | - |
| HSV(B) | 33.7º | 0.78% | 0.82% | - |
| XYZ | 35.9 | 31.94 | 6.96 | - |
| YUV | 148.86 | 70.52 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 47 | 0 | 0.34 | 0.78 | 0.18 | 33.7 | 0.64 | 0.5 |
| Hex | D1 | 8A | 2F | 0 | 22 | 4E | 12 | 22 | 40 | 32 |
| Octal | 321 | 212 | 57 | 0 | 42 | 116 | 22 | 42 | 100 | 62 |
| Binary | 11010001 | 10001010 | 101111 | 0 | 100010 | 1001110 | 10010 | 100010 | 1000000 | 110010 |
Color Harmonies of #D18A2F
Complementary color
Monochromatic Colors of #D18A2F
Black with #D18A2F
Text Example
Text Example
White with #D18A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A2F; }
p { color: rgb(209,138,47); }
H1.HeaderClassName
{
color: #D18A2F;
}
.AnyTagClassName
{
color: #D18A2F;
}
</style>
background-color css
<style>
a { background-color: #D18A2F; }
a { background-color: rgb(209,138,47); }
div.DivClassName
{
background-color: #D18A2F;
}
.BgClassName
{
background-color: #D18A2F;
}
</style>
border-color css
<style>
span { border-color: #D18A2F; }
span { border-color: rgb(209,138,47); }
td.TdClassName
{
border-color: #D18A2F;
}
.TagClassName
{
border-color: #D18A2F;
}
</style>