Shades of Fuel Yellow #D1913C
Tints of Fuel Yellow #D1913C
RGB
CMYK
RGB Variations
Color information
#D1913C (or 0xD1913C) is known color: Fuel Yellow. HEX triplet: D1, 91 and 3C. RGB value is (209,145,60). Sum of RGB (Red+Green+Blue) = 209+145+60=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1913C is #2E6EC3. Grayscale: #9A9A9A. Windows color (decimal): -3043012 or 3969489. OLE color: 3969489.
HSL color Cylindrical-coordinate representation of color #D1913C: hue angle of 34.23º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1913C is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 60 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.18 |
| HSL | 34.23º | 0.62% | 0.53% | - |
| HSV(B) | 34.23º | 0.71% | 0.82% | - |
| XYZ | 37.24 | 34.13 | 8.9 | - |
| YUV | 154.45 | 74.7 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 60 | 0 | 0.31 | 0.71 | 0.18 | 34.23 | 0.62 | 0.53 |
| Hex | D1 | 91 | 3C | 0 | 1F | 47 | 12 | 22 | 3E | 35 |
| Octal | 321 | 221 | 74 | 0 | 37 | 107 | 22 | 42 | 76 | 65 |
| Binary | 11010001 | 10010001 | 111100 | 0 | 11111 | 1000111 | 10010 | 100010 | 111110 | 110101 |
Color Harmonies of #D1913C
Complementary color
Monochromatic Colors of #D1913C
Black with #D1913C
Text Example
Text Example
White with #D1913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1913C; }
p { color: rgb(209,145,60); }
H1.HeaderClassName
{
color: #D1913C;
}
.AnyTagClassName
{
color: #D1913C;
}
</style>
background-color css
<style>
a { background-color: #D1913C; }
a { background-color: rgb(209,145,60); }
div.DivClassName
{
background-color: #D1913C;
}
.BgClassName
{
background-color: #D1913C;
}
</style>
border-color css
<style>
span { border-color: #D1913C; }
span { border-color: rgb(209,145,60); }
td.TdClassName
{
border-color: #D1913C;
}
.TagClassName
{
border-color: #D1913C;
}
</style>