Shades of Fuel Yellow #D38E38
Tints of Fuel Yellow #D38E38
RGB
CMYK
RGB Variations
Color information
#D38E38 (or 0xD38E38) is known color: Fuel Yellow. HEX triplet: D3, 8E and 38. RGB value is (211,142,56). Sum of RGB (Red+Green+Blue) = 211+142+56=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38E38 is #2C71C7. Grayscale: #999999. Windows color (decimal): -2912712 or 3706579. OLE color: 3706579.
HSL color Cylindrical-coordinate representation of color #D38E38: hue angle of 33.29º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D38E38 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 56 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.17 |
| HSL | 33.29º | 0.64% | 0.52% | - |
| HSV(B) | 33.29º | 0.73% | 0.83% | - |
| XYZ | 37.25 | 33.48 | 8.24 | - |
| YUV | 152.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 56 | 0 | 0.33 | 0.73 | 0.17 | 33.29 | 0.64 | 0.52 |
| Hex | D3 | 8E | 38 | 0 | 21 | 49 | 11 | 21 | 40 | 34 |
| Octal | 323 | 216 | 70 | 0 | 41 | 111 | 21 | 41 | 100 | 64 |
| Binary | 11010011 | 10001110 | 111000 | 0 | 100001 | 1001001 | 10001 | 100001 | 1000000 | 110100 |
Color Harmonies of #D38E38
Complementary color
Monochromatic Colors of #D38E38
Black with #D38E38
Text Example
Text Example
White with #D38E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38E38; }
p { color: rgb(211,142,56); }
H1.HeaderClassName
{
color: #D38E38;
}
.AnyTagClassName
{
color: #D38E38;
}
</style>
background-color css
<style>
a { background-color: #D38E38; }
a { background-color: rgb(211,142,56); }
div.DivClassName
{
background-color: #D38E38;
}
.BgClassName
{
background-color: #D38E38;
}
</style>
border-color css
<style>
span { border-color: #D38E38; }
span { border-color: rgb(211,142,56); }
td.TdClassName
{
border-color: #D38E38;
}
.TagClassName
{
border-color: #D38E38;
}
</style>