Shades of Fuel Yellow #D1903D
Tints of Fuel Yellow #D1903D
RGB
CMYK
RGB Variations
Color information
#D1903D (or 0xD1903D) is known color: Fuel Yellow. HEX triplet: D1, 90 and 3D. RGB value is (209,144,61). Sum of RGB (Red+Green+Blue) = 209+144+61=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1903D is #2E6FC2. Grayscale: #9A9A9A. Windows color (decimal): -3043267 or 4034769. OLE color: 4034769.
HSL color Cylindrical-coordinate representation of color #D1903D: 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.71%. Process color model (Four color, CMYK) of #D1903D is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 61 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.18 |
| HSL | 33.65º | 0.62% | 0.53% | - |
| HSV(B) | 33.65º | 0.71% | 0.82% | - |
| XYZ | 37.11 | 33.84 | 8.99 | - |
| YUV | 153.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 61 | 0 | 0.31 | 0.71 | 0.18 | 33.65 | 0.62 | 0.53 |
| Hex | D1 | 90 | 3D | 0 | 1F | 47 | 12 | 22 | 3E | 35 |
| Octal | 321 | 220 | 75 | 0 | 37 | 107 | 22 | 42 | 76 | 65 |
| Binary | 11010001 | 10010000 | 111101 | 0 | 11111 | 1000111 | 10010 | 100010 | 111110 | 110101 |
Color Harmonies of #D1903D
Complementary color
Monochromatic Colors of #D1903D
Black with #D1903D
Text Example
Text Example
White with #D1903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1903D; }
p { color: rgb(209,144,61); }
H1.HeaderClassName
{
color: #D1903D;
}
.AnyTagClassName
{
color: #D1903D;
}
</style>
background-color css
<style>
a { background-color: #D1903D; }
a { background-color: rgb(209,144,61); }
div.DivClassName
{
background-color: #D1903D;
}
.BgClassName
{
background-color: #D1903D;
}
</style>
border-color css
<style>
span { border-color: #D1903D; }
span { border-color: rgb(209,144,61); }
td.TdClassName
{
border-color: #D1903D;
}
.TagClassName
{
border-color: #D1903D;
}
</style>