Shades of Fuel Yellow #D1902C
Tints of Fuel Yellow #D1902C
RGB
CMYK
RGB Variations
Color information
#D1902C (or 0xD1902C) is known color: Fuel Yellow. HEX triplet: D1, 90 and 2C. RGB value is (209,144,44). Sum of RGB (Red+Green+Blue) = 209+144+44=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1902C is #2E6FD3. Grayscale: #989898. Windows color (decimal): -3043284 or 2920657. OLE color: 2920657.
HSL color Cylindrical-coordinate representation of color #D1902C: hue angle of 36.36º 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 #D1902C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 44 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.18 |
| HSL | 36.36º | 0.65% | 0.5% | - |
| HSV(B) | 36.36º | 0.79% | 0.82% | - |
| XYZ | 36.72 | 33.68 | 6.95 | - |
| YUV | 152.04 | 67.03 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 44 | 0 | 0.31 | 0.79 | 0.18 | 36.36 | 0.65 | 0.5 |
| Hex | D1 | 90 | 2C | 0 | 1F | 4F | 12 | 24 | 41 | 32 |
| Octal | 321 | 220 | 54 | 0 | 37 | 117 | 22 | 44 | 101 | 62 |
| Binary | 11010001 | 10010000 | 101100 | 0 | 11111 | 1001111 | 10010 | 100100 | 1000001 | 110010 |
Color Harmonies of #D1902C
Complementary color
Monochromatic Colors of #D1902C
Black with #D1902C
Text Example
Text Example
White with #D1902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1902C; }
p { color: rgb(209,144,44); }
H1.HeaderClassName
{
color: #D1902C;
}
.AnyTagClassName
{
color: #D1902C;
}
</style>
background-color css
<style>
a { background-color: #D1902C; }
a { background-color: rgb(209,144,44); }
div.DivClassName
{
background-color: #D1902C;
}
.BgClassName
{
background-color: #D1902C;
}
</style>
border-color css
<style>
span { border-color: #D1902C; }
span { border-color: rgb(209,144,44); }
td.TdClassName
{
border-color: #D1902C;
}
.TagClassName
{
border-color: #D1902C;
}
</style>