Shades of Fuel Yellow #D1912C
Tints of Fuel Yellow #D1912C
RGB
CMYK
RGB Variations
Color information
#D1912C (or 0xD1912C) is known color: Fuel Yellow. HEX triplet: D1, 91 and 2C. RGB value is (209,145,44). Sum of RGB (Red+Green+Blue) = 209+145+44=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1912C is #2E6ED3. Grayscale: #999999. Windows color (decimal): -3043028 or 2920913. OLE color: 2920913.
HSL color Cylindrical-coordinate representation of color #D1912C: hue angle of 36.73º 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 #D1912C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 44 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.18 |
| HSL | 36.73º | 0.65% | 0.5% | - |
| HSV(B) | 36.73º | 0.79% | 0.82% | - |
| XYZ | 36.87 | 33.99 | 7 | - |
| YUV | 152.62 | 66.7 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 44 | 0 | 0.31 | 0.79 | 0.18 | 36.73 | 0.65 | 0.5 |
| Hex | D1 | 91 | 2C | 0 | 1F | 4F | 12 | 25 | 41 | 32 |
| Octal | 321 | 221 | 54 | 0 | 37 | 117 | 22 | 45 | 101 | 62 |
| Binary | 11010001 | 10010001 | 101100 | 0 | 11111 | 1001111 | 10010 | 100101 | 1000001 | 110010 |
Color Harmonies of #D1912C
Complementary color
Monochromatic Colors of #D1912C
Black with #D1912C
Text Example
Text Example
White with #D1912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1912C; }
p { color: rgb(209,145,44); }
H1.HeaderClassName
{
color: #D1912C;
}
.AnyTagClassName
{
color: #D1912C;
}
</style>
background-color css
<style>
a { background-color: #D1912C; }
a { background-color: rgb(209,145,44); }
div.DivClassName
{
background-color: #D1912C;
}
.BgClassName
{
background-color: #D1912C;
}
</style>
border-color css
<style>
span { border-color: #D1912C; }
span { border-color: rgb(209,145,44); }
td.TdClassName
{
border-color: #D1912C;
}
.TagClassName
{
border-color: #D1912C;
}
</style>