Shades of Fuel Yellow #D3902E
Tints of Fuel Yellow #D3902E
RGB
CMYK
RGB Variations
Color information
#D3902E (or 0xD3902E) is known color: Fuel Yellow. HEX triplet: D3, 90 and 2E. RGB value is (211,144,46). Sum of RGB (Red+Green+Blue) = 211+144+46=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D3902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3902E is #2C6FD1. Grayscale: #999999. Windows color (decimal): -2912210 or 3051731. OLE color: 3051731.
HSL color Cylindrical-coordinate representation of color #D3902E: hue angle of 35.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3902E is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 46 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.17 |
| HSL | 35.64º | 0.65% | 0.5% | - |
| HSV(B) | 35.64º | 0.78% | 0.83% | - |
| XYZ | 37.33 | 33.99 | 7.18 | - |
| YUV | 152.86 | 67.7 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 46 | 0 | 0.32 | 0.78 | 0.17 | 35.64 | 0.65 | 0.5 |
| Hex | D3 | 90 | 2E | 0 | 20 | 4E | 11 | 24 | 41 | 32 |
| Octal | 323 | 220 | 56 | 0 | 40 | 116 | 21 | 44 | 101 | 62 |
| Binary | 11010011 | 10010000 | 101110 | 0 | 100000 | 1001110 | 10001 | 100100 | 1000001 | 110010 |
Color Harmonies of #D3902E
Complementary color
Monochromatic Colors of #D3902E
Black with #D3902E
Text Example
Text Example
White with #D3902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3902E; }
p { color: rgb(211,144,46); }
H1.HeaderClassName
{
color: #D3902E;
}
.AnyTagClassName
{
color: #D3902E;
}
</style>
background-color css
<style>
a { background-color: #D3902E; }
a { background-color: rgb(211,144,46); }
div.DivClassName
{
background-color: #D3902E;
}
.BgClassName
{
background-color: #D3902E;
}
</style>
border-color css
<style>
span { border-color: #D3902E; }
span { border-color: rgb(211,144,46); }
td.TdClassName
{
border-color: #D3902E;
}
.TagClassName
{
border-color: #D3902E;
}
</style>