Shades of Fuel Yellow #D2913E
Tints of Fuel Yellow #D2913E
RGB
CMYK
RGB Variations
Color information
#D2913E (or 0xD2913E) is known color: Fuel Yellow. HEX triplet: D2, 91 and 3E. RGB value is (210,145,62). Sum of RGB (Red+Green+Blue) = 210+145+62=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2913E is #2D6EC1. Grayscale: #9B9B9B. Windows color (decimal): -2977474 or 4100562. OLE color: 4100562.
HSL color Cylindrical-coordinate representation of color #D2913E: hue angle of 33.65º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2913E is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 62 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.18 |
| HSL | 33.65º | 0.62% | 0.53% | - |
| HSV(B) | 33.65º | 0.7% | 0.82% | - |
| XYZ | 37.57 | 34.3 | 9.2 | - |
| YUV | 154.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 62 | 0 | 0.31 | 0.70 | 0.18 | 33.65 | 0.62 | 0.53 |
| Hex | D2 | 91 | 3E | 0 | 1F | 46 | 12 | 22 | 3E | 35 |
| Octal | 322 | 221 | 76 | 0 | 37 | 106 | 22 | 42 | 76 | 65 |
| Binary | 11010010 | 10010001 | 111110 | 0 | 11111 | 1000110 | 10010 | 100010 | 111110 | 110101 |
Color Harmonies of #D2913E
Complementary color
Monochromatic Colors of #D2913E
Black with #D2913E
Text Example
Text Example
White with #D2913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2913E; }
p { color: rgb(210,145,62); }
H1.HeaderClassName
{
color: #D2913E;
}
.AnyTagClassName
{
color: #D2913E;
}
</style>
background-color css
<style>
a { background-color: #D2913E; }
a { background-color: rgb(210,145,62); }
div.DivClassName
{
background-color: #D2913E;
}
.BgClassName
{
background-color: #D2913E;
}
</style>
border-color css
<style>
span { border-color: #D2913E; }
span { border-color: rgb(210,145,62); }
td.TdClassName
{
border-color: #D2913E;
}
.TagClassName
{
border-color: #D2913E;
}
</style>