Shades of Fuel Yellow #D98A32
Tints of Fuel Yellow #D98A32
RGB
CMYK
RGB Variations
Color information
#D98A32 (or 0xD98A32) is known color: Fuel Yellow. HEX triplet: D9, 8A and 32. RGB value is (217,138,50). Sum of RGB (Red+Green+Blue) = 217+138+50=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98A32 is #2675CD. Grayscale: #989898. Windows color (decimal): -2520526 or 3312345. OLE color: 3312345.
HSL color Cylindrical-coordinate representation of color #D98A32: hue angle of 31.62º 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 #D98A32 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 50 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.15 |
| HSL | 31.62º | 0.69% | 0.52% | - |
| HSV(B) | 31.62º | 0.77% | 0.85% | - |
| XYZ | 38.28 | 33.16 | 7.4 | - |
| YUV | 151.59 | 70.67 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 50 | 0 | 0.36 | 0.77 | 0.15 | 31.62 | 0.69 | 0.52 |
| Hex | D9 | 8A | 32 | 0 | 24 | 4D | F | 20 | 45 | 34 |
| Octal | 331 | 212 | 62 | 0 | 44 | 115 | 17 | 40 | 105 | 64 |
| Binary | 11011001 | 10001010 | 110010 | 0 | 100100 | 1001101 | 1111 | 100000 | 1000101 | 110100 |
Color Harmonies of #D98A32
Complementary color
Monochromatic Colors of #D98A32
Black with #D98A32
Text Example
Text Example
White with #D98A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98A32; }
p { color: rgb(217,138,50); }
H1.HeaderClassName
{
color: #D98A32;
}
.AnyTagClassName
{
color: #D98A32;
}
</style>
background-color css
<style>
a { background-color: #D98A32; }
a { background-color: rgb(217,138,50); }
div.DivClassName
{
background-color: #D98A32;
}
.BgClassName
{
background-color: #D98A32;
}
</style>
border-color css
<style>
span { border-color: #D98A32; }
span { border-color: rgb(217,138,50); }
td.TdClassName
{
border-color: #D98A32;
}
.TagClassName
{
border-color: #D98A32;
}
</style>