Shades of Fuel Yellow #D38A39
Tints of Fuel Yellow #D38A39
RGB
CMYK
RGB Variations
Color information
#D38A39 (or 0xD38A39) is known color: Fuel Yellow. HEX triplet: D3, 8A and 39. RGB value is (211,138,57). Sum of RGB (Red+Green+Blue) = 211+138+57=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38A39 is #2C75C6. Grayscale: #969696. Windows color (decimal): -2913735 or 3771091. OLE color: 3771091.
HSL color Cylindrical-coordinate representation of color #D38A39: hue angle of 31.56º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D38A39 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 57 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.17 |
| HSL | 31.56º | 0.64% | 0.53% | - |
| HSV(B) | 31.56º | 0.73% | 0.83% | - |
| XYZ | 36.69 | 32.32 | 8.18 | - |
| YUV | 150.59 | 75.18 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 57 | 0 | 0.35 | 0.73 | 0.17 | 31.56 | 0.64 | 0.53 |
| Hex | D3 | 8A | 39 | 0 | 23 | 49 | 11 | 20 | 40 | 35 |
| Octal | 323 | 212 | 71 | 0 | 43 | 111 | 21 | 40 | 100 | 65 |
| Binary | 11010011 | 10001010 | 111001 | 0 | 100011 | 1001001 | 10001 | 100000 | 1000000 | 110101 |
Color Harmonies of #D38A39
Complementary color
Monochromatic Colors of #D38A39
Black with #D38A39
Text Example
Text Example
White with #D38A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A39; }
p { color: rgb(211,138,57); }
H1.HeaderClassName
{
color: #D38A39;
}
.AnyTagClassName
{
color: #D38A39;
}
</style>
background-color css
<style>
a { background-color: #D38A39; }
a { background-color: rgb(211,138,57); }
div.DivClassName
{
background-color: #D38A39;
}
.BgClassName
{
background-color: #D38A39;
}
</style>
border-color css
<style>
span { border-color: #D38A39; }
span { border-color: rgb(211,138,57); }
td.TdClassName
{
border-color: #D38A39;
}
.TagClassName
{
border-color: #D38A39;
}
</style>