Shades of Fuel Yellow #D2982F
Tints of Fuel Yellow #D2982F
RGB
CMYK
RGB Variations
Color information
#D2982F (or 0xD2982F) is known color: Fuel Yellow. HEX triplet: D2, 98 and 2F. RGB value is (210,152,47). Sum of RGB (Red+Green+Blue) = 210+152+47=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2982F is #2D67D0. Grayscale: #9D9D9D. Windows color (decimal): -2975697 or 3119314. OLE color: 3119314.
HSL color Cylindrical-coordinate representation of color #D2982F: hue angle of 38.65º 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 #D2982F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 47 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.18 |
| HSL | 38.65º | 0.64% | 0.5% | - |
| HSV(B) | 38.65º | 0.78% | 0.82% | - |
| XYZ | 38.32 | 36.36 | 7.69 | - |
| YUV | 157.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 47 | 0 | 0.28 | 0.78 | 0.18 | 38.65 | 0.64 | 0.5 |
| Hex | D2 | 98 | 2F | 0 | 1C | 4E | 12 | 27 | 40 | 32 |
| Octal | 322 | 230 | 57 | 0 | 34 | 116 | 22 | 47 | 100 | 62 |
| Binary | 11010010 | 10011000 | 101111 | 0 | 11100 | 1001110 | 10010 | 100111 | 1000000 | 110010 |
Color Harmonies of #D2982F
Complementary color
Monochromatic Colors of #D2982F
Black with #D2982F
Text Example
Text Example
White with #D2982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2982F; }
p { color: rgb(210,152,47); }
H1.HeaderClassName
{
color: #D2982F;
}
.AnyTagClassName
{
color: #D2982F;
}
</style>
background-color css
<style>
a { background-color: #D2982F; }
a { background-color: rgb(210,152,47); }
div.DivClassName
{
background-color: #D2982F;
}
.BgClassName
{
background-color: #D2982F;
}
</style>
border-color css
<style>
span { border-color: #D2982F; }
span { border-color: rgb(210,152,47); }
td.TdClassName
{
border-color: #D2982F;
}
.TagClassName
{
border-color: #D2982F;
}
</style>