Shades of Fuel Yellow #D28E38
Tints of Fuel Yellow #D28E38
RGB
CMYK
RGB Variations
Color information
#D28E38 (or 0xD28E38) is known color: Fuel Yellow. HEX triplet: D2, 8E and 38. RGB value is (210,142,56). Sum of RGB (Red+Green+Blue) = 210+142+56=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E38 is #2D71C7. Grayscale: #989898. Windows color (decimal): -2978248 or 3706578. OLE color: 3706578.
HSL color Cylindrical-coordinate representation of color #D28E38: hue angle of 33.51º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D28E38 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 56 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.18 |
| HSL | 33.51º | 0.63% | 0.52% | - |
| HSV(B) | 33.51º | 0.73% | 0.82% | - |
| XYZ | 36.97 | 33.33 | 8.23 | - |
| YUV | 152.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 56 | 0 | 0.32 | 0.73 | 0.18 | 33.51 | 0.63 | 0.52 |
| Hex | D2 | 8E | 38 | 0 | 20 | 49 | 12 | 22 | 3F | 34 |
| Octal | 322 | 216 | 70 | 0 | 40 | 111 | 22 | 42 | 77 | 64 |
| Binary | 11010010 | 10001110 | 111000 | 0 | 100000 | 1001001 | 10010 | 100010 | 111111 | 110100 |
Color Harmonies of #D28E38
Complementary color
Monochromatic Colors of #D28E38
Black with #D28E38
Text Example
Text Example
White with #D28E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E38; }
p { color: rgb(210,142,56); }
H1.HeaderClassName
{
color: #D28E38;
}
.AnyTagClassName
{
color: #D28E38;
}
</style>
background-color css
<style>
a { background-color: #D28E38; }
a { background-color: rgb(210,142,56); }
div.DivClassName
{
background-color: #D28E38;
}
.BgClassName
{
background-color: #D28E38;
}
</style>
border-color css
<style>
span { border-color: #D28E38; }
span { border-color: rgb(210,142,56); }
td.TdClassName
{
border-color: #D28E38;
}
.TagClassName
{
border-color: #D28E38;
}
</style>