Shades of Fuel Yellow #D38E3C
Tints of Fuel Yellow #D38E3C
RGB
CMYK
RGB Variations
Color information
#D38E3C (or 0xD38E3C) is known color: Fuel Yellow. HEX triplet: D3, 8E and 3C. RGB value is (211,142,60). Sum of RGB (Red+Green+Blue) = 211+142+60=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38E3C is #2C71C3. Grayscale: #999999. Windows color (decimal): -2912708 or 3968723. OLE color: 3968723.
HSL color Cylindrical-coordinate representation of color #D38E3C: hue angle of 32.58º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D38E3C is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 60 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.17 |
| HSL | 32.58º | 0.63% | 0.53% | - |
| HSV(B) | 32.58º | 0.72% | 0.83% | - |
| XYZ | 37.35 | 33.52 | 8.78 | - |
| YUV | 153.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 60 | 0 | 0.33 | 0.72 | 0.17 | 32.58 | 0.63 | 0.53 |
| Hex | D3 | 8E | 3C | 0 | 21 | 48 | 11 | 21 | 3F | 35 |
| Octal | 323 | 216 | 74 | 0 | 41 | 110 | 21 | 41 | 77 | 65 |
| Binary | 11010011 | 10001110 | 111100 | 0 | 100001 | 1001000 | 10001 | 100001 | 111111 | 110101 |
Color Harmonies of #D38E3C
Complementary color
Monochromatic Colors of #D38E3C
Black with #D38E3C
Text Example
Text Example
White with #D38E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38E3C; }
p { color: rgb(211,142,60); }
H1.HeaderClassName
{
color: #D38E3C;
}
.AnyTagClassName
{
color: #D38E3C;
}
</style>
background-color css
<style>
a { background-color: #D38E3C; }
a { background-color: rgb(211,142,60); }
div.DivClassName
{
background-color: #D38E3C;
}
.BgClassName
{
background-color: #D38E3C;
}
</style>
border-color css
<style>
span { border-color: #D38E3C; }
span { border-color: rgb(211,142,60); }
td.TdClassName
{
border-color: #D38E3C;
}
.TagClassName
{
border-color: #D38E3C;
}
</style>