Shades of Fuel Yellow #D1983C
Tints of Fuel Yellow #D1983C
RGB
CMYK
RGB Variations
Color information
#D1983C (or 0xD1983C) is known color: Fuel Yellow. HEX triplet: D1, 98 and 3C. RGB value is (209,152,60). Sum of RGB (Red+Green+Blue) = 209+152+60=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1983C is #2E67C3. Grayscale: #9E9E9E. Windows color (decimal): -3041220 or 3971281. OLE color: 3971281.
HSL color Cylindrical-coordinate representation of color #D1983C: hue angle of 37.05º 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 #D1983C is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 60 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.18 |
| HSL | 37.05º | 0.62% | 0.53% | - |
| HSV(B) | 37.05º | 0.71% | 0.82% | - |
| XYZ | 38.34 | 36.34 | 9.27 | - |
| YUV | 158.56 | 72.38 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 60 | 0 | 0.27 | 0.71 | 0.18 | 37.05 | 0.62 | 0.53 |
| Hex | D1 | 98 | 3C | 0 | 1B | 47 | 12 | 25 | 3E | 35 |
| Octal | 321 | 230 | 74 | 0 | 33 | 107 | 22 | 45 | 76 | 65 |
| Binary | 11010001 | 10011000 | 111100 | 0 | 11011 | 1000111 | 10010 | 100101 | 111110 | 110101 |
Color Harmonies of #D1983C
Complementary color
Monochromatic Colors of #D1983C
Black with #D1983C
Text Example
Text Example
White with #D1983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1983C; }
p { color: rgb(209,152,60); }
H1.HeaderClassName
{
color: #D1983C;
}
.AnyTagClassName
{
color: #D1983C;
}
</style>
background-color css
<style>
a { background-color: #D1983C; }
a { background-color: rgb(209,152,60); }
div.DivClassName
{
background-color: #D1983C;
}
.BgClassName
{
background-color: #D1983C;
}
</style>
border-color css
<style>
span { border-color: #D1983C; }
span { border-color: rgb(209,152,60); }
td.TdClassName
{
border-color: #D1983C;
}
.TagClassName
{
border-color: #D1983C;
}
</style>