Shades of Fuel Yellow #D2972E
Tints of Fuel Yellow #D2972E
RGB
CMYK
RGB Variations
Color information
#D2972E (or 0xD2972E) is known color: Fuel Yellow. HEX triplet: D2, 97 and 2E. RGB value is (210,151,46). Sum of RGB (Red+Green+Blue) = 210+151+46=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2972E is #2D68D1. Grayscale: #9D9D9D. Windows color (decimal): -2975954 or 3053522. OLE color: 3053522.
HSL color Cylindrical-coordinate representation of color #D2972E: hue angle of 38.41º degrees, saturation: 0.65, 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 #D2972E is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 46 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.18 |
| HSL | 38.41º | 0.65% | 0.5% | - |
| HSV(B) | 38.41º | 0.78% | 0.82% | - |
| XYZ | 38.14 | 36.03 | 7.53 | - |
| YUV | 156.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 46 | 0 | 0.28 | 0.78 | 0.18 | 38.41 | 0.65 | 0.5 |
| Hex | D2 | 97 | 2E | 0 | 1C | 4E | 12 | 26 | 41 | 32 |
| Octal | 322 | 227 | 56 | 0 | 34 | 116 | 22 | 46 | 101 | 62 |
| Binary | 11010010 | 10010111 | 101110 | 0 | 11100 | 1001110 | 10010 | 100110 | 1000001 | 110010 |
Color Harmonies of #D2972E
Complementary color
Monochromatic Colors of #D2972E
Black with #D2972E
Text Example
Text Example
White with #D2972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2972E; }
p { color: rgb(210,151,46); }
H1.HeaderClassName
{
color: #D2972E;
}
.AnyTagClassName
{
color: #D2972E;
}
</style>
background-color css
<style>
a { background-color: #D2972E; }
a { background-color: rgb(210,151,46); }
div.DivClassName
{
background-color: #D2972E;
}
.BgClassName
{
background-color: #D2972E;
}
</style>
border-color css
<style>
span { border-color: #D2972E; }
span { border-color: rgb(210,151,46); }
td.TdClassName
{
border-color: #D2972E;
}
.TagClassName
{
border-color: #D2972E;
}
</style>