Shades of Fuel Yellow #D98C2F
Tints of Fuel Yellow #D98C2F
RGB
CMYK
RGB Variations
Color information
#D98C2F (or 0xD98C2F) is known color: Fuel Yellow. HEX triplet: D9, 8C and 2F. RGB value is (217,140,47). Sum of RGB (Red+Green+Blue) = 217+140+47=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98C2F is #2673D0. Grayscale: #989898. Windows color (decimal): -2520017 or 3116249. OLE color: 3116249.
HSL color Cylindrical-coordinate representation of color #D98C2F: hue angle of 32.82º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D98C2F is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 47 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.15 |
| HSL | 32.82º | 0.69% | 0.52% | - |
| HSV(B) | 32.82º | 0.78% | 0.85% | - |
| XYZ | 38.51 | 33.71 | 7.17 | - |
| YUV | 152.42 | 68.51 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 47 | 0 | 0.35 | 0.78 | 0.15 | 32.82 | 0.69 | 0.52 |
| Hex | D9 | 8C | 2F | 0 | 23 | 4E | F | 21 | 45 | 34 |
| Octal | 331 | 214 | 57 | 0 | 43 | 116 | 17 | 41 | 105 | 64 |
| Binary | 11011001 | 10001100 | 101111 | 0 | 100011 | 1001110 | 1111 | 100001 | 1000101 | 110100 |
Color Harmonies of #D98C2F
Complementary color
Monochromatic Colors of #D98C2F
Black with #D98C2F
Text Example
Text Example
White with #D98C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98C2F; }
p { color: rgb(217,140,47); }
H1.HeaderClassName
{
color: #D98C2F;
}
.AnyTagClassName
{
color: #D98C2F;
}
</style>
background-color css
<style>
a { background-color: #D98C2F; }
a { background-color: rgb(217,140,47); }
div.DivClassName
{
background-color: #D98C2F;
}
.BgClassName
{
background-color: #D98C2F;
}
</style>
border-color css
<style>
span { border-color: #D98C2F; }
span { border-color: rgb(217,140,47); }
td.TdClassName
{
border-color: #D98C2F;
}
.TagClassName
{
border-color: #D98C2F;
}
</style>