Shades of Fuel Yellow #D3932F
Tints of Fuel Yellow #D3932F
RGB
CMYK
RGB Variations
Color information
#D3932F (or 0xD3932F) is known color: Fuel Yellow. HEX triplet: D3, 93 and 2F. RGB value is (211,147,47). Sum of RGB (Red+Green+Blue) = 211+147+47=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3932F is #2C6CD0. Grayscale: #9B9B9B. Windows color (decimal): -2911441 or 3118035. OLE color: 3118035.
HSL color Cylindrical-coordinate representation of color #D3932F: hue angle of 36.59º 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 #D3932F is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 47 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.17 |
| HSL | 36.59º | 0.65% | 0.51% | - |
| HSV(B) | 36.59º | 0.78% | 0.83% | - |
| XYZ | 37.81 | 34.92 | 7.44 | - |
| YUV | 154.74 | 67.2 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 47 | 0 | 0.30 | 0.78 | 0.17 | 36.59 | 0.65 | 0.51 |
| Hex | D3 | 93 | 2F | 0 | 1E | 4E | 11 | 25 | 41 | 33 |
| Octal | 323 | 223 | 57 | 0 | 36 | 116 | 21 | 45 | 101 | 63 |
| Binary | 11010011 | 10010011 | 101111 | 0 | 11110 | 1001110 | 10001 | 100101 | 1000001 | 110011 |
Color Harmonies of #D3932F
Complementary color
Monochromatic Colors of #D3932F
Black with #D3932F
Text Example
Text Example
White with #D3932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3932F; }
p { color: rgb(211,147,47); }
H1.HeaderClassName
{
color: #D3932F;
}
.AnyTagClassName
{
color: #D3932F;
}
</style>
background-color css
<style>
a { background-color: #D3932F; }
a { background-color: rgb(211,147,47); }
div.DivClassName
{
background-color: #D3932F;
}
.BgClassName
{
background-color: #D3932F;
}
</style>
border-color css
<style>
span { border-color: #D3932F; }
span { border-color: rgb(211,147,47); }
td.TdClassName
{
border-color: #D3932F;
}
.TagClassName
{
border-color: #D3932F;
}
</style>