Shades of Fuel Yellow #D39134
Tints of Fuel Yellow #D39134
RGB
CMYK
RGB Variations
Color information
#D39134 (or 0xD39134) is known color: Fuel Yellow. HEX triplet: D3, 91 and 34. RGB value is (211,145,52). Sum of RGB (Red+Green+Blue) = 211+145+52=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D39134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39134 is #2C6ECB. Grayscale: #9A9A9A. Windows color (decimal): -2911948 or 3445203. OLE color: 3445203.
HSL color Cylindrical-coordinate representation of color #D39134: hue angle of 35.09º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D39134 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 52 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.17 |
| HSL | 35.09º | 0.64% | 0.52% | - |
| HSV(B) | 35.09º | 0.75% | 0.83% | - |
| XYZ | 37.61 | 34.35 | 7.9 | - |
| YUV | 154.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 52 | 0 | 0.31 | 0.75 | 0.17 | 35.09 | 0.64 | 0.52 |
| Hex | D3 | 91 | 34 | 0 | 1F | 4B | 11 | 23 | 40 | 34 |
| Octal | 323 | 221 | 64 | 0 | 37 | 113 | 21 | 43 | 100 | 64 |
| Binary | 11010011 | 10010001 | 110100 | 0 | 11111 | 1001011 | 10001 | 100011 | 1000000 | 110100 |
Color Harmonies of #D39134
Complementary color
Monochromatic Colors of #D39134
Black with #D39134
Text Example
Text Example
White with #D39134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39134; }
p { color: rgb(211,145,52); }
H1.HeaderClassName
{
color: #D39134;
}
.AnyTagClassName
{
color: #D39134;
}
</style>
background-color css
<style>
a { background-color: #D39134; }
a { background-color: rgb(211,145,52); }
div.DivClassName
{
background-color: #D39134;
}
.BgClassName
{
background-color: #D39134;
}
</style>
border-color css
<style>
span { border-color: #D39134; }
span { border-color: rgb(211,145,52); }
td.TdClassName
{
border-color: #D39134;
}
.TagClassName
{
border-color: #D39134;
}
</style>