Shades of Fuel Yellow #D98E34
Tints of Fuel Yellow #D98E34
RGB
CMYK
RGB Variations
Color information
#D98E34 (or 0xD98E34) is known color: Fuel Yellow. HEX triplet: D9, 8E and 34. RGB value is (217,142,52). Sum of RGB (Red+Green+Blue) = 217+142+52=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98E34 is #2671CB. Grayscale: #9A9A9A. Windows color (decimal): -2519500 or 3444441. OLE color: 3444441.
HSL color Cylindrical-coordinate representation of color #D98E34: hue angle of 32.73º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D98E34 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 52 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.15 |
| HSL | 32.73º | 0.68% | 0.53% | - |
| HSV(B) | 32.73º | 0.76% | 0.85% | - |
| XYZ | 38.91 | 34.35 | 7.83 | - |
| YUV | 154.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 52 | 0 | 0.35 | 0.76 | 0.15 | 32.73 | 0.68 | 0.53 |
| Hex | D9 | 8E | 34 | 0 | 23 | 4C | F | 21 | 44 | 35 |
| Octal | 331 | 216 | 64 | 0 | 43 | 114 | 17 | 41 | 104 | 65 |
| Binary | 11011001 | 10001110 | 110100 | 0 | 100011 | 1001100 | 1111 | 100001 | 1000100 | 110101 |
Color Harmonies of #D98E34
Complementary color
Monochromatic Colors of #D98E34
Black with #D98E34
Text Example
Text Example
White with #D98E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E34; }
p { color: rgb(217,142,52); }
H1.HeaderClassName
{
color: #D98E34;
}
.AnyTagClassName
{
color: #D98E34;
}
</style>
background-color css
<style>
a { background-color: #D98E34; }
a { background-color: rgb(217,142,52); }
div.DivClassName
{
background-color: #D98E34;
}
.BgClassName
{
background-color: #D98E34;
}
</style>
border-color css
<style>
span { border-color: #D98E34; }
span { border-color: rgb(217,142,52); }
td.TdClassName
{
border-color: #D98E34;
}
.TagClassName
{
border-color: #D98E34;
}
</style>