Shades of Fuel Yellow #D6983A
Tints of Fuel Yellow #D6983A
RGB
CMYK
RGB Variations
Color information
#D6983A (or 0xD6983A) is known color: Fuel Yellow. HEX triplet: D6, 98 and 3A. RGB value is (214,152,58). Sum of RGB (Red+Green+Blue) = 214+152+58=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6983A is #2967C5. Grayscale: #A0A0A0. Windows color (decimal): -2713542 or 3840214. OLE color: 3840214.
HSL color Cylindrical-coordinate representation of color #D6983A: hue angle of 36.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6983A is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 58 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.16 |
| HSL | 36.15º | 0.66% | 0.53% | - |
| HSV(B) | 36.15º | 0.73% | 0.84% | - |
| XYZ | 39.72 | 37.06 | 9.06 | - |
| YUV | 159.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 58 | 0 | 0.29 | 0.73 | 0.16 | 36.15 | 0.66 | 0.53 |
| Hex | D6 | 98 | 3A | 0 | 1D | 49 | 10 | 24 | 42 | 35 |
| Octal | 326 | 230 | 72 | 0 | 35 | 111 | 20 | 44 | 102 | 65 |
| Binary | 11010110 | 10011000 | 111010 | 0 | 11101 | 1001001 | 10000 | 100100 | 1000010 | 110101 |
Color Harmonies of #D6983A
Complementary color
Monochromatic Colors of #D6983A
Black with #D6983A
Text Example
Text Example
White with #D6983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6983A; }
p { color: rgb(214,152,58); }
H1.HeaderClassName
{
color: #D6983A;
}
.AnyTagClassName
{
color: #D6983A;
}
</style>
background-color css
<style>
a { background-color: #D6983A; }
a { background-color: rgb(214,152,58); }
div.DivClassName
{
background-color: #D6983A;
}
.BgClassName
{
background-color: #D6983A;
}
</style>
border-color css
<style>
span { border-color: #D6983A; }
span { border-color: rgb(214,152,58); }
td.TdClassName
{
border-color: #D6983A;
}
.TagClassName
{
border-color: #D6983A;
}
</style>