Shades of Fuel Yellow #D98C32
Tints of Fuel Yellow #D98C32
RGB
CMYK
RGB Variations
Color information
#D98C32 (or 0xD98C32) is known color: Fuel Yellow. HEX triplet: D9, 8C and 32. RGB value is (217,140,50). Sum of RGB (Red+Green+Blue) = 217+140+50=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98C32 is #2673CD. Grayscale: #999999. Windows color (decimal): -2520014 or 3312857. OLE color: 3312857.
HSL color Cylindrical-coordinate representation of color #D98C32: hue angle of 32.34º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D98C32 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 50 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.15 |
| HSL | 32.34º | 0.69% | 0.52% | - |
| HSV(B) | 32.34º | 0.77% | 0.85% | - |
| XYZ | 38.57 | 33.74 | 7.5 | - |
| YUV | 152.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 50 | 0 | 0.35 | 0.77 | 0.15 | 32.34 | 0.69 | 0.52 |
| Hex | D9 | 8C | 32 | 0 | 23 | 4D | F | 20 | 45 | 34 |
| Octal | 331 | 214 | 62 | 0 | 43 | 115 | 17 | 40 | 105 | 64 |
| Binary | 11011001 | 10001100 | 110010 | 0 | 100011 | 1001101 | 1111 | 100000 | 1000101 | 110100 |
Color Harmonies of #D98C32
Complementary color
Monochromatic Colors of #D98C32
Black with #D98C32
Text Example
Text Example
White with #D98C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98C32; }
p { color: rgb(217,140,50); }
H1.HeaderClassName
{
color: #D98C32;
}
.AnyTagClassName
{
color: #D98C32;
}
</style>
background-color css
<style>
a { background-color: #D98C32; }
a { background-color: rgb(217,140,50); }
div.DivClassName
{
background-color: #D98C32;
}
.BgClassName
{
background-color: #D98C32;
}
</style>
border-color css
<style>
span { border-color: #D98C32; }
span { border-color: rgb(217,140,50); }
td.TdClassName
{
border-color: #D98C32;
}
.TagClassName
{
border-color: #D98C32;
}
</style>