Shades of Fuel Yellow #D28E31
Tints of Fuel Yellow #D28E31
RGB
CMYK
RGB Variations
Color information
#D28E31 (or 0xD28E31) is known color: Fuel Yellow. HEX triplet: D2, 8E and 31. RGB value is (210,142,49). Sum of RGB (Red+Green+Blue) = 210+142+49=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E31 is #2D71CE. Grayscale: #989898. Windows color (decimal): -2978255 or 3247826. OLE color: 3247826.
HSL color Cylindrical-coordinate representation of color #D28E31: hue angle of 34.66º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D28E31 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 49 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.18 |
| HSL | 34.66º | 0.64% | 0.51% | - |
| HSV(B) | 34.66º | 0.77% | 0.82% | - |
| XYZ | 36.81 | 33.27 | 7.39 | - |
| YUV | 151.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 49 | 0 | 0.32 | 0.77 | 0.18 | 34.66 | 0.64 | 0.51 |
| Hex | D2 | 8E | 31 | 0 | 20 | 4D | 12 | 23 | 40 | 33 |
| Octal | 322 | 216 | 61 | 0 | 40 | 115 | 22 | 43 | 100 | 63 |
| Binary | 11010010 | 10001110 | 110001 | 0 | 100000 | 1001101 | 10010 | 100011 | 1000000 | 110011 |
Color Harmonies of #D28E31
Complementary color
Monochromatic Colors of #D28E31
Black with #D28E31
Text Example
Text Example
White with #D28E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E31; }
p { color: rgb(210,142,49); }
H1.HeaderClassName
{
color: #D28E31;
}
.AnyTagClassName
{
color: #D28E31;
}
</style>
background-color css
<style>
a { background-color: #D28E31; }
a { background-color: rgb(210,142,49); }
div.DivClassName
{
background-color: #D28E31;
}
.BgClassName
{
background-color: #D28E31;
}
</style>
border-color css
<style>
span { border-color: #D28E31; }
span { border-color: rgb(210,142,49); }
td.TdClassName
{
border-color: #D28E31;
}
.TagClassName
{
border-color: #D28E31;
}
</style>