Shades of Fuel Yellow #D58D31
Tints of Fuel Yellow #D58D31
RGB
CMYK
RGB Variations
Color information
#D58D31 (or 0xD58D31) is known color: Fuel Yellow. HEX triplet: D5, 8D and 31. RGB value is (213,141,49). Sum of RGB (Red+Green+Blue) = 213+141+49=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D31 is #2A72CE. Grayscale: #989898. Windows color (decimal): -2781903 or 3247573. OLE color: 3247573.
HSL color Cylindrical-coordinate representation of color #D58D31: hue angle of 33.66º 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 #D58D31 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 49 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.16 |
| HSL | 33.66º | 0.66% | 0.51% | - |
| HSV(B) | 33.66º | 0.77% | 0.84% | - |
| XYZ | 37.52 | 33.42 | 7.38 | - |
| YUV | 152.04 | 69.85 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 49 | 0 | 0.34 | 0.77 | 0.16 | 33.66 | 0.66 | 0.51 |
| Hex | D5 | 8D | 31 | 0 | 22 | 4D | 10 | 22 | 42 | 33 |
| Octal | 325 | 215 | 61 | 0 | 42 | 115 | 20 | 42 | 102 | 63 |
| Binary | 11010101 | 10001101 | 110001 | 0 | 100010 | 1001101 | 10000 | 100010 | 1000010 | 110011 |
Color Harmonies of #D58D31
Complementary color
Monochromatic Colors of #D58D31
Black with #D58D31
Text Example
Text Example
White with #D58D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D31; }
p { color: rgb(213,141,49); }
H1.HeaderClassName
{
color: #D58D31;
}
.AnyTagClassName
{
color: #D58D31;
}
</style>
background-color css
<style>
a { background-color: #D58D31; }
a { background-color: rgb(213,141,49); }
div.DivClassName
{
background-color: #D58D31;
}
.BgClassName
{
background-color: #D58D31;
}
</style>
border-color css
<style>
span { border-color: #D58D31; }
span { border-color: rgb(213,141,49); }
td.TdClassName
{
border-color: #D58D31;
}
.TagClassName
{
border-color: #D58D31;
}
</style>