Shades of Fuel Yellow #D2972F
Tints of Fuel Yellow #D2972F
RGB
CMYK
RGB Variations
Color information
#D2972F (or 0xD2972F) is known color: Fuel Yellow. HEX triplet: D2, 97 and 2F. RGB value is (210,151,47). Sum of RGB (Red+Green+Blue) = 210+151+47=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D2972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2972F is #2D68D0. Grayscale: #9D9D9D. Windows color (decimal): -2975953 or 3119058. OLE color: 3119058.
HSL color Cylindrical-coordinate representation of color #D2972F: hue angle of 38.28º 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 #D2972F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 47 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.18 |
| HSL | 38.28º | 0.64% | 0.5% | - |
| HSV(B) | 38.28º | 0.78% | 0.82% | - |
| XYZ | 38.16 | 36.04 | 7.63 | - |
| YUV | 156.79 | 66.05 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 47 | 0 | 0.28 | 0.78 | 0.18 | 38.28 | 0.64 | 0.5 |
| Hex | D2 | 97 | 2F | 0 | 1C | 4E | 12 | 26 | 40 | 32 |
| Octal | 322 | 227 | 57 | 0 | 34 | 116 | 22 | 46 | 100 | 62 |
| Binary | 11010010 | 10010111 | 101111 | 0 | 11100 | 1001110 | 10010 | 100110 | 1000000 | 110010 |
Color Harmonies of #D2972F
Complementary color
Monochromatic Colors of #D2972F
Black with #D2972F
Text Example
Text Example
White with #D2972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2972F; }
p { color: rgb(210,151,47); }
H1.HeaderClassName
{
color: #D2972F;
}
.AnyTagClassName
{
color: #D2972F;
}
</style>
background-color css
<style>
a { background-color: #D2972F; }
a { background-color: rgb(210,151,47); }
div.DivClassName
{
background-color: #D2972F;
}
.BgClassName
{
background-color: #D2972F;
}
</style>
border-color css
<style>
span { border-color: #D2972F; }
span { border-color: rgb(210,151,47); }
td.TdClassName
{
border-color: #D2972F;
}
.TagClassName
{
border-color: #D2972F;
}
</style>