Shades of Fuel Yellow #D1983E
Tints of Fuel Yellow #D1983E
RGB
CMYK
RGB Variations
Color information
#D1983E (or 0xD1983E) is known color: Fuel Yellow. HEX triplet: D1, 98 and 3E. RGB value is (209,152,62). Sum of RGB (Red+Green+Blue) = 209+152+62=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1983E is #2E67C1. Grayscale: #9F9F9F. Windows color (decimal): -3041218 or 4102353. OLE color: 4102353.
HSL color Cylindrical-coordinate representation of color #D1983E: hue angle of 36.73º 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 #D1983E is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 62 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.18 |
| HSL | 36.73º | 0.62% | 0.53% | - |
| HSV(B) | 36.73º | 0.7% | 0.82% | - |
| XYZ | 38.39 | 36.36 | 9.55 | - |
| YUV | 158.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 62 | 0 | 0.27 | 0.70 | 0.18 | 36.73 | 0.62 | 0.53 |
| Hex | D1 | 98 | 3E | 0 | 1B | 46 | 12 | 25 | 3E | 35 |
| Octal | 321 | 230 | 76 | 0 | 33 | 106 | 22 | 45 | 76 | 65 |
| Binary | 11010001 | 10011000 | 111110 | 0 | 11011 | 1000110 | 10010 | 100101 | 111110 | 110101 |
Color Harmonies of #D1983E
Complementary color
Monochromatic Colors of #D1983E
Black with #D1983E
Text Example
Text Example
White with #D1983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1983E; }
p { color: rgb(209,152,62); }
H1.HeaderClassName
{
color: #D1983E;
}
.AnyTagClassName
{
color: #D1983E;
}
</style>
background-color css
<style>
a { background-color: #D1983E; }
a { background-color: rgb(209,152,62); }
div.DivClassName
{
background-color: #D1983E;
}
.BgClassName
{
background-color: #D1983E;
}
</style>
border-color css
<style>
span { border-color: #D1983E; }
span { border-color: rgb(209,152,62); }
td.TdClassName
{
border-color: #D1983E;
}
.TagClassName
{
border-color: #D1983E;
}
</style>