Shades of Fuel Yellow #D98A37
Tints of Fuel Yellow #D98A37
RGB
CMYK
RGB Variations
Color information
#D98A37 (or 0xD98A37) is known color: Fuel Yellow. HEX triplet: D9, 8A and 37. RGB value is (217,138,55). Sum of RGB (Red+Green+Blue) = 217+138+55=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 55 (21.88% from 255 or 13.41% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98A37 is #2675C8. Grayscale: #989898. Windows color (decimal): -2520521 or 3640025. OLE color: 3640025.
HSL color Cylindrical-coordinate representation of color #D98A37: hue angle of 30.74º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D98A37 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 55 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.15 |
| HSL | 30.74º | 0.68% | 0.53% | - |
| HSV(B) | 30.74º | 0.75% | 0.85% | - |
| XYZ | 38.39 | 33.2 | 8 | - |
| YUV | 152.16 | 73.17 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 55 | 0 | 0.36 | 0.75 | 0.15 | 30.74 | 0.68 | 0.53 |
| Hex | D9 | 8A | 37 | 0 | 24 | 4B | F | 1F | 44 | 35 |
| Octal | 331 | 212 | 67 | 0 | 44 | 113 | 17 | 37 | 104 | 65 |
| Binary | 11011001 | 10001010 | 110111 | 0 | 100100 | 1001011 | 1111 | 11111 | 1000100 | 110101 |
Color Harmonies of #D98A37
Complementary color
Monochromatic Colors of #D98A37
Black with #D98A37
Text Example
Text Example
White with #D98A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98A37; }
p { color: rgb(217,138,55); }
H1.HeaderClassName
{
color: #D98A37;
}
.AnyTagClassName
{
color: #D98A37;
}
</style>
background-color css
<style>
a { background-color: #D98A37; }
a { background-color: rgb(217,138,55); }
div.DivClassName
{
background-color: #D98A37;
}
.BgClassName
{
background-color: #D98A37;
}
</style>
border-color css
<style>
span { border-color: #D98A37; }
span { border-color: rgb(217,138,55); }
td.TdClassName
{
border-color: #D98A37;
}
.TagClassName
{
border-color: #D98A37;
}
</style>