Shades of Fuel Yellow #D1912B
Tints of Fuel Yellow #D1912B
RGB
CMYK
RGB Variations
Color information
#D1912B (or 0xD1912B) is known color: Fuel Yellow. HEX triplet: D1, 91 and 2B. RGB value is (209,145,43). Sum of RGB (Red+Green+Blue) = 209+145+43=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D1912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1912B is #2E6ED4. Grayscale: #989898. Windows color (decimal): -3043029 or 2855377. OLE color: 2855377.
HSL color Cylindrical-coordinate representation of color #D1912B: hue angle of 36.87º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1912B is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 43 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.18 |
| HSL | 36.87º | 0.66% | 0.49% | - |
| HSV(B) | 36.87º | 0.79% | 0.82% | - |
| XYZ | 36.86 | 33.98 | 6.9 | - |
| YUV | 152.51 | 66.2 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 43 | 0 | 0.31 | 0.79 | 0.18 | 36.87 | 0.66 | 0.49 |
| Hex | D1 | 91 | 2B | 0 | 1F | 4F | 12 | 25 | 42 | 31 |
| Octal | 321 | 221 | 53 | 0 | 37 | 117 | 22 | 45 | 102 | 61 |
| Binary | 11010001 | 10010001 | 101011 | 0 | 11111 | 1001111 | 10010 | 100101 | 1000010 | 110001 |
Color Harmonies of #D1912B
Complementary color
Monochromatic Colors of #D1912B
Black with #D1912B
Text Example
Text Example
White with #D1912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1912B; }
p { color: rgb(209,145,43); }
H1.HeaderClassName
{
color: #D1912B;
}
.AnyTagClassName
{
color: #D1912B;
}
</style>
background-color css
<style>
a { background-color: #D1912B; }
a { background-color: rgb(209,145,43); }
div.DivClassName
{
background-color: #D1912B;
}
.BgClassName
{
background-color: #D1912B;
}
</style>
border-color css
<style>
span { border-color: #D1912B; }
span { border-color: rgb(209,145,43); }
td.TdClassName
{
border-color: #D1912B;
}
.TagClassName
{
border-color: #D1912B;
}
</style>