Shades of Fuel Yellow #D1972F
Tints of Fuel Yellow #D1972F
RGB
CMYK
RGB Variations
Color information
#D1972F (or 0xD1972F) is known color: Fuel Yellow. HEX triplet: D1, 97 and 2F. RGB value is (209,151,47). Sum of RGB (Red+Green+Blue) = 209+151+47=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1972F is #2E68D0. Grayscale: #9C9C9C. Windows color (decimal): -3041489 or 3119057. OLE color: 3119057.
HSL color Cylindrical-coordinate representation of color #D1972F: hue angle of 38.52º 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 #D1972F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 151 | 47 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.18 |
| HSL | 38.52º | 0.64% | 0.5% | - |
| HSV(B) | 38.52º | 0.78% | 0.82% | - |
| XYZ | 37.87 | 35.89 | 7.62 | - |
| YUV | 156.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 151 | 47 | 0 | 0.28 | 0.78 | 0.18 | 38.52 | 0.64 | 0.5 |
| Hex | D1 | 97 | 2F | 0 | 1C | 4E | 12 | 27 | 40 | 32 |
| Octal | 321 | 227 | 57 | 0 | 34 | 116 | 22 | 47 | 100 | 62 |
| Binary | 11010001 | 10010111 | 101111 | 0 | 11100 | 1001110 | 10010 | 100111 | 1000000 | 110010 |
Color Harmonies of #D1972F
Complementary color
Monochromatic Colors of #D1972F
Black with #D1972F
Text Example
Text Example
White with #D1972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1972F; }
p { color: rgb(209,151,47); }
H1.HeaderClassName
{
color: #D1972F;
}
.AnyTagClassName
{
color: #D1972F;
}
</style>
background-color css
<style>
a { background-color: #D1972F; }
a { background-color: rgb(209,151,47); }
div.DivClassName
{
background-color: #D1972F;
}
.BgClassName
{
background-color: #D1972F;
}
</style>
border-color css
<style>
span { border-color: #D1972F; }
span { border-color: rgb(209,151,47); }
td.TdClassName
{
border-color: #D1972F;
}
.TagClassName
{
border-color: #D1972F;
}
</style>