Shades of Fuel Yellow #D3933B
Tints of Fuel Yellow #D3933B
RGB
CMYK
RGB Variations
Color information
#D3933B (or 0xD3933B) is known color: Fuel Yellow. HEX triplet: D3, 93 and 3B. RGB value is (211,147,59). Sum of RGB (Red+Green+Blue) = 211+147+59=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3933B is #2C6CC4. Grayscale: #9C9C9C. Windows color (decimal): -2911429 or 3904467. OLE color: 3904467.
HSL color Cylindrical-coordinate representation of color #D3933B: hue angle of 34.74º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3933B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 59 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.17 |
| HSL | 34.74º | 0.63% | 0.53% | - |
| HSV(B) | 34.74º | 0.72% | 0.83% | - |
| XYZ | 38.09 | 35.03 | 8.89 | - |
| YUV | 156.1 | 73.2 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 59 | 0 | 0.30 | 0.72 | 0.17 | 34.74 | 0.63 | 0.53 |
| Hex | D3 | 93 | 3B | 0 | 1E | 48 | 11 | 23 | 3F | 35 |
| Octal | 323 | 223 | 73 | 0 | 36 | 110 | 21 | 43 | 77 | 65 |
| Binary | 11010011 | 10010011 | 111011 | 0 | 11110 | 1001000 | 10001 | 100011 | 111111 | 110101 |
Color Harmonies of #D3933B
Complementary color
Monochromatic Colors of #D3933B
Black with #D3933B
Text Example
Text Example
White with #D3933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3933B; }
p { color: rgb(211,147,59); }
H1.HeaderClassName
{
color: #D3933B;
}
.AnyTagClassName
{
color: #D3933B;
}
</style>
background-color css
<style>
a { background-color: #D3933B; }
a { background-color: rgb(211,147,59); }
div.DivClassName
{
background-color: #D3933B;
}
.BgClassName
{
background-color: #D3933B;
}
</style>
border-color css
<style>
span { border-color: #D3933B; }
span { border-color: rgb(211,147,59); }
td.TdClassName
{
border-color: #D3933B;
}
.TagClassName
{
border-color: #D3933B;
}
</style>