Shades of Fuel Yellow #D59931
Tints of Fuel Yellow #D59931
RGB
CMYK
RGB Variations
Color information
#D59931 (or 0xD59931) is known color: Fuel Yellow. HEX triplet: D5, 99 and 31. RGB value is (213,153,49). Sum of RGB (Red+Green+Blue) = 213+153+49=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D59931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59931 is #2A66CE. Grayscale: #9F9F9F. Windows color (decimal): -2778831 or 3250645. OLE color: 3250645.
HSL color Cylindrical-coordinate representation of color #D59931: hue angle of 38.05º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D59931 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 49 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.16 |
| HSL | 38.05º | 0.66% | 0.51% | - |
| HSV(B) | 38.05º | 0.77% | 0.84% | - |
| XYZ | 39.39 | 37.15 | 8 | - |
| YUV | 159.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 49 | 0 | 0.28 | 0.77 | 0.16 | 38.05 | 0.66 | 0.51 |
| Hex | D5 | 99 | 31 | 0 | 1C | 4D | 10 | 26 | 42 | 33 |
| Octal | 325 | 231 | 61 | 0 | 34 | 115 | 20 | 46 | 102 | 63 |
| Binary | 11010101 | 10011001 | 110001 | 0 | 11100 | 1001101 | 10000 | 100110 | 1000010 | 110011 |
Color Harmonies of #D59931
Complementary color
Monochromatic Colors of #D59931
Black with #D59931
Text Example
Text Example
White with #D59931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59931; }
p { color: rgb(213,153,49); }
H1.HeaderClassName
{
color: #D59931;
}
.AnyTagClassName
{
color: #D59931;
}
</style>
background-color css
<style>
a { background-color: #D59931; }
a { background-color: rgb(213,153,49); }
div.DivClassName
{
background-color: #D59931;
}
.BgClassName
{
background-color: #D59931;
}
</style>
border-color css
<style>
span { border-color: #D59931; }
span { border-color: rgb(213,153,49); }
td.TdClassName
{
border-color: #D59931;
}
.TagClassName
{
border-color: #D59931;
}
</style>