Shades of Fuel Yellow #D3922F
Tints of Fuel Yellow #D3922F
RGB
CMYK
RGB Variations
Color information
#D3922F (or 0xD3922F) is known color: Fuel Yellow. HEX triplet: D3, 92 and 2F. RGB value is (211,146,47). Sum of RGB (Red+Green+Blue) = 211+146+47=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3922F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3922F is #2C6DD0. Grayscale: #9A9A9A. Windows color (decimal): -2911697 or 3117779. OLE color: 3117779.
HSL color Cylindrical-coordinate representation of color #D3922F: hue angle of 36.22º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3922F is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 47 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.17 |
| HSL | 36.22º | 0.65% | 0.51% | - |
| HSV(B) | 36.22º | 0.78% | 0.83% | - |
| XYZ | 37.66 | 34.61 | 7.39 | - |
| YUV | 154.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 47 | 0 | 0.31 | 0.78 | 0.17 | 36.22 | 0.65 | 0.51 |
| Hex | D3 | 92 | 2F | 0 | 1F | 4E | 11 | 24 | 41 | 33 |
| Octal | 323 | 222 | 57 | 0 | 37 | 116 | 21 | 44 | 101 | 63 |
| Binary | 11010011 | 10010010 | 101111 | 0 | 11111 | 1001110 | 10001 | 100100 | 1000001 | 110011 |
Color Harmonies of #D3922F
Complementary color
Monochromatic Colors of #D3922F
Black with #D3922F
Text Example
Text Example
White with #D3922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3922F; }
p { color: rgb(211,146,47); }
H1.HeaderClassName
{
color: #D3922F;
}
.AnyTagClassName
{
color: #D3922F;
}
</style>
background-color css
<style>
a { background-color: #D3922F; }
a { background-color: rgb(211,146,47); }
div.DivClassName
{
background-color: #D3922F;
}
.BgClassName
{
background-color: #D3922F;
}
</style>
border-color css
<style>
span { border-color: #D3922F; }
span { border-color: rgb(211,146,47); }
td.TdClassName
{
border-color: #D3922F;
}
.TagClassName
{
border-color: #D3922F;
}
</style>