Shades of Fuel Yellow #D3913C
Tints of Fuel Yellow #D3913C
RGB
CMYK
RGB Variations
Color information
#D3913C (or 0xD3913C) is known color: Fuel Yellow. HEX triplet: D3, 91 and 3C. RGB value is (211,145,60). Sum of RGB (Red+Green+Blue) = 211+145+60=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D3913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3913C is #2C6EC3. Grayscale: #9B9B9B. Windows color (decimal): -2911940 or 3969491. OLE color: 3969491.
HSL color Cylindrical-coordinate representation of color #D3913C: hue angle of 33.77º 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 #D3913C is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 145 | 60 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.17 |
| HSL | 33.77º | 0.63% | 0.53% | - |
| HSV(B) | 33.77º | 0.72% | 0.83% | - |
| XYZ | 37.8 | 34.43 | 8.93 | - |
| YUV | 155.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 60 | 0 | 0.31 | 0.72 | 0.17 | 33.77 | 0.63 | 0.53 |
| Hex | D3 | 91 | 3C | 0 | 1F | 48 | 11 | 22 | 3F | 35 |
| Octal | 323 | 221 | 74 | 0 | 37 | 110 | 21 | 42 | 77 | 65 |
| Binary | 11010011 | 10010001 | 111100 | 0 | 11111 | 1001000 | 10001 | 100010 | 111111 | 110101 |
Color Harmonies of #D3913C
Complementary color
Monochromatic Colors of #D3913C
Black with #D3913C
Text Example
Text Example
White with #D3913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3913C; }
p { color: rgb(211,145,60); }
H1.HeaderClassName
{
color: #D3913C;
}
.AnyTagClassName
{
color: #D3913C;
}
</style>
background-color css
<style>
a { background-color: #D3913C; }
a { background-color: rgb(211,145,60); }
div.DivClassName
{
background-color: #D3913C;
}
.BgClassName
{
background-color: #D3913C;
}
</style>
border-color css
<style>
span { border-color: #D3913C; }
span { border-color: rgb(211,145,60); }
td.TdClassName
{
border-color: #D3913C;
}
.TagClassName
{
border-color: #D3913C;
}
</style>